Makefile: Set debug mode

This commit is contained in:
Daniel Marjamäki 2011-08-14 10:46:56 +02:00
parent 01b9c0707d
commit c2b32bcfe5
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)