Browse Source

Build: fix DEBUG is part of the libDaisy/core/Makefile

dont interpret it
main
heck 9 months ago
parent
commit
e0b3c69417
  1. 6
      Makefile.conf

6
Makefile.conf

@ -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

Loading…
Cancel
Save