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 fa15dcd commit e22243aCopy full SHA for e22243a
Makefile
@@ -80,7 +80,7 @@ ifeq (clang++, $(findstring clang++,$(CXX)))
80
CPPCHK_GLIBCXX_DEBUG=
81
endif
82
ifndef CXXFLAGS
83
- CXXFLAGS=-pedantic -Wall -Wextra -Wabi -Wcast-qual -Wfloat-equal -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Wpacked -Wredundant-decls -Wshadow -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
84
85
86
ifeq (g++, $(findstring g++,$(CXX)))
0 commit comments