We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876e393 commit 9e16abeCopy full SHA for 9e16abe
Makefile
@@ -54,7 +54,7 @@ else # !COMSPEC
54
endif # COMSPEC
55
56
ifndef CXXFLAGS
57
- CXXFLAGS=-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 $(CPPCHK_GLIBCXX_DEBUG) -g
+ CXXFLAGS=-O2 -DNDEBUG -Wall
58
endif
59
60
ifeq ($(HAVE_RULES),yes)
0 commit comments