We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a75aa0 commit 355d2ccCopy full SHA for 355d2cc
Makefile
@@ -83,7 +83,7 @@ ifeq (clang++, $(findstring clang++,$(CXX)))
83
CPPCHK_GLIBCXX_DEBUG=
84
endif
85
ifndef CXXFLAGS
86
- 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
+ CXXFLAGS=-std=c++0x -O2 -DNDEBUG -Wall -Wno-sign-compare
87
88
89
# Increase stack size for Cygwin builds to avoid segmentation fault in limited recursive tests.
0 commit comments