| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,7 +80,7 @@ ifeq ($(CXX), clang++) | |||
| 80 | 80 | CPPCHK_GLIBCXX_DEBUG= | |
| 81 | 81 | endif | |
| 82 | 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 | ||
| 83 | + CXXFLAGS=-std=c++0x -O2 -include lib/cxx11emu.h -DNDEBUG -Wall -Wno-sign-compare | ||
| 84 | 84 | endif | |
| 85 | 85 | ||
| 86 | 86 | ifeq ($(CXX), g++) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments