Makefile: Set debug mode again after 1.56 release.
This commit is contained in:
parent
effa90816c
commit
edb9989545
2
Makefile
2
Makefile
|
@ -37,7 +37,7 @@ else # !COMSPEC
|
|||
endif # COMSPEC
|
||||
|
||||
ifndef CXXFLAGS
|
||||
CXXFLAGS=-O2 -DNDEBUG -Wall
|
||||
CXXFLAGS=-pedantic -Wall -Wextra -Wabi -Wcast-qual -Wconversion -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Woverloaded-virtual -Wpacked -Wredundant-decls -Wshadow -Wsign-promo $(CPPCHK_GLIBCXX_DEBUG) -g
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_RULES),yes)
|
||||
|
|
Loading…
Reference in New Issue