diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,10 +21,10 @@ ifeq ($(shell which $(CXX)),) CXX=g++ endif -#ifeq ($(CXXFLAGS),) -CXXFLAGS=-O2 -g -DNDEBUG -#CXXFLAGS=-O0 -g -D_DEBUG -#endif +ifeq ($(CXXFLAGS),) +#CXXFLAGS=-O2 -g -DNDEBUG +CXXFLAGS=-O0 -g -D_DEBUG +endif # -fprofile-instr-generate -fcoverage-mapping # gcc:--coverage |