Makefile: Set debug mode

This commit is contained in:
Daniel Marjamäki 2013-03-29 19:50:28 +01:00
parent 2596b720b8
commit ac811e41a4
1 changed files with 1 additions and 1 deletions

View File

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