1.56: Updated Makefile

This commit is contained in:
Daniel Marjamäki 2012-09-01 11:06:52 +02:00
parent 58fc4c6f8b
commit dbdfed17fb
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,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)