1.64: Updated Makefile

This commit is contained in:
Daniel Marjamäki 2014-03-02 09:59:34 +01:00
parent 6a2f326e50
commit a0c84d144f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ else # !COMSPEC
endif # COMSPEC
ifndef CXXFLAGS
CXXFLAGS=-include lib/cxx11emu.h -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 -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG) -g
CXXFLAGS=-O2 -DNDEBUG -Wall
endif
ifeq ($(HAVE_RULES),yes)