We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45d67a commit e10d4c8Copy full SHA for e10d4c8
Makefile
@@ -1,5 +1,5 @@
1
-CC = clang
2
-WARNINGS = -Wall -pedantic
+CC = clang
+WARNINGS = -Wall -pedantic -Wextra
3
#For debuging, use DEBUG instead of COMPILE
4
COMPILE = -pipe
5
OPTIM = -g
0 commit comments