Makefile: DEBUG
This commit is contained in:
parent
9e5ff38707
commit
db6135dd13
2
Makefile
2
Makefile
|
@ -99,7 +99,7 @@ ifeq (clang++, $(findstring clang++,$(CXX)))
|
||||||
CPPCHK_GLIBCXX_DEBUG=
|
CPPCHK_GLIBCXX_DEBUG=
|
||||||
endif
|
endif
|
||||||
ifndef CXXFLAGS
|
ifndef CXXFLAGS
|
||||||
CXXFLAGS=-std=c++0x -O2 -DNDEBUG -Wall -Wno-sign-compare
|
CXXFLAGS=-pedantic -Wall -Wextra -Wcast-qual -Wno-deprecated-declarations -Wfloat-equal -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Wpacked -Wredundant-decls -Wundef -Wno-shadow -Wno-missing-field-initializers -Wno-missing-braces -Wno-sign-compare -Wno-multichar $(CPPCHK_GLIBCXX_DEBUG) -g
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Increase stack size for Cygwin builds to avoid segmentation fault in limited recursive tests.
|
# Increase stack size for Cygwin builds to avoid segmentation fault in limited recursive tests.
|
||||||
|
|
Loading…
Reference in New Issue