all broken

This commit is contained in:
Hugo LAMY
2022-07-02 18:30:27 +02:00
parent 9bde325ece
commit 52fa6ff65b
5 changed files with 27 additions and 18 deletions

View File

@@ -38,9 +38,9 @@ CC = c++
EXT = cpp
CFLAGS = -Wall -Wextra -Werror $(INCLUDES)
#CFLAGS += -std=c++98
#CFLAGS += -MMD -MP #see end-page note on header dependencie
#CFLAGS += -g3
CFLAGS += -std=c++98
CFLAGS += -MMD -MP #see end-page note on header dependencie
CFLAGS += -g3
CFLAGS_STL = $(CFLAGS)
CFLAGS_STL += -D STL