Skip to content

Commit 077e652

Browse files
committed
1.90: Makefile
1 parent 7f110f3 commit 077e652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ifeq (clang++, $(findstring clang++,$(CXX)))
9999
CPPCHK_GLIBCXX_DEBUG=
100100
endif
101101
ifndef CXXFLAGS
102-
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
102+
CXXFLAGS=-std=c++0x -O2 -DNDEBUG -Wall -Wno-sign-compare
103103
endif
104104

105105
# Increase stack size for Cygwin builds to avoid segmentation fault in limited recursive tests.

0 commit comments

Comments
 (0)