Browse Source

Compile with -Wall -Wextra -Wpedantic

As every project should.
Enrico Guiraud 4 years ago
parent
commit
7f9bfbe556
1 changed files with 1 additions and 3 deletions
  1. 1 3
      makefile

+ 1 - 3
makefile

@@ -1,11 +1,9 @@
 #MACROS
 
-CXX_FLAGS := -O3
+CXX_FLAGS := -O3 -Wall -Wextra -Wpedantic
 
 CXX := g++ -std=c++11
 
-WARNINGS := -Wall
-
 EDITOR := gedit
 
 CURSES := -lncurses