Makefile: Set release mode

This commit is contained in:
Daniel Marjamki 2013-06-02 13:14:07 +02:00
parent c83bd7f00f
commit ecb45042e6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ else # !COMSPEC
endif # COMSPEC
ifndef CXXFLAGS
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
endif
ifeq ($(HAVE_RULES),yes)