Skip to content

Commit 12ddf80

Browse files
committed
added compilation flags
1 parent 0466336 commit 12ddf80

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "argh"]
22
path = argh
33
url = https://github.com/adishavit/argh
4+
[submodule "googletest"]
5+
path = googletest
6+
url = https://github.com/google/googletest

googletest

Submodule googletest added at e2239ee

makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=g++
2-
CFLAGS=-c -Wall -std=c++14 -Ofast
2+
CFLAGS=-c -Wall -Wpedantic -Wextra -Wno-sign-compare -std=c++14 -Ofast
33
LDFLAGS=
44
LIBFLAGS=-lsfml-graphics -lsfml-window -lsfml-system
55
SOURCES=main.cpp

0 commit comments

Comments
 (0)