Makefile: Set debug mode

This commit is contained in:
Daniel Marjamäki 2011-06-12 18:37:01 +02:00
parent 301429d151
commit f04f060e71
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
HAVE_RULES = yes
ifndef CXXFLAGS
CXXFLAGS=-O2 -DNDEBUG -Wall
CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g
endif
ifeq ($(HAVE_RULES),yes)