Ajout de quelques warnings
This commit is contained in:
parent
aa0292e796
commit
47113bbf5a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ EXE = ecosysteme
|
|||
main: CXXFLAGS += -O3
|
||||
main: compilation
|
||||
|
||||
debug: CXXFLAGS += -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g
|
||||
debug: CXXFLAGS += -Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic -g -Wold-style-cast -Wsign-conversion
|
||||
debug: compilation
|
||||
|
||||
compilation: $(OBJETS)
|
||||
|
|
Reference in a new issue