|
@ -27,9 +27,3 @@ ifneq (,$(findstring g++,$(CXX))) |
|
|
else ifneq (,$(findstring clang,$(CXX))) |
|
|
else ifneq (,$(findstring clang,$(CXX))) |
|
|
CXXFLAGS+=-fcolor-diagnostics |
|
|
CXXFLAGS+=-fcolor-diagnostics |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|
ifeq ($(DEBUG),1) |
|
|
|
|
|
CXXFLAGS+=-g -O0 |
|
|
|
|
|
else |
|
|
|
|
|
CXXFLAGS+=-DNDEBUG=1 -O3 |
|
|
|
|
|
endif |
|
|
|
|
|