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 2eda59e commit e0d2253Copy full SHA for e0d2253
Makefile
@@ -80,7 +80,7 @@ ifeq ($(CXX), clang++)
80
CPPCHK_GLIBCXX_DEBUG=
81
endif
82
ifndef CXXFLAGS
83
- CXXFLAGS=-include lib/cxx11emu.h -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 -include lib/cxx11emu.h -DNDEBUG -Wall -Wno-sign-compare
84
85
86
ifeq ($(CXX), g++)
0 commit comments