We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2f326 commit a0c84d1Copy full SHA for a0c84d1
Makefile
@@ -60,7 +60,7 @@ else # !COMSPEC
60
endif # COMSPEC
61
62
ifndef CXXFLAGS
63
- CXXFLAGS=-include lib/cxx11emu.h -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 -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG) -g
+ CXXFLAGS=-O2 -DNDEBUG -Wall
64
endif
65
66
ifeq ($(HAVE_RULES),yes)
0 commit comments