Add flag
This commit is contained in:
parent
78238a6150
commit
8deb734581
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -57,7 +57,7 @@ LDFLAGS += -lGL4Dummies $(shell sdl2-config --libs)
|
|||
$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
|
||||
|
||||
# Par défaut
|
||||
$(PROGNAME): CFLAGS += -Wall -Wextra -Wshadow -pedantic -g -Wsign-conversion
|
||||
$(PROGNAME): CFLAGS += -Wall -Wextra -Wshadow -pedantic -g -Wsign-conversion -fanalyzer
|
||||
$(PROGNAME): compilation
|
||||
|
||||
# Version finale avec optimisation
|
||||
|
|
Reference in a new issue