Makefile: Set debug mode

This commit is contained in:
Daniel Marjamäki 2011-10-08 08:06:24 +02:00
parent d32b288e4e
commit 47d8752098
1 changed files with 1 additions and 1 deletions

View File

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