Skip to content

Commit f156b1e

Browse files
committed
Makefile: Set release mode
1 parent 8291bdd commit f156b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ ifeq (clang++, $(findstring clang++,$(CXX)))
137137
CPPCHK_GLIBCXX_DEBUG=
138138
endif
139139
ifndef CXXFLAGS
140-
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
140+
CXXFLAGS=-std=c++0x -O2 -DNDEBUG -Wall -Wno-sign-compare
141141
endif
142142

143143
ifeq (g++, $(findstring g++,$(CXX)))

0 commit comments

Comments
 (0)