all broken
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user