| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,7 +99,7 @@ ifeq (clang++, $(findstring clang++,$(CXX))) | |||
| 99 | 99 | CPPCHK_GLIBCXX_DEBUG= | |
| 100 | 100 | endif | |
| 101 | 101 | 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 | ||
| 103 | 103 | endif | |
| 104 | 104 | ||
| 105 | 105 | # Increase stack size for Cygwin builds to avoid segmentation fault in limited recursive tests. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments