Makefile: Set debug mode

This commit is contained in:
Daniel Marjamäki 2011-04-09 12:56:32 +02:00
parent e984e59ee2
commit 8c6d61ede3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This file is generated by tools/dmake, do not edit.
ifndef CXXFLAGS
CXXFLAGS=-O2 -DNDEBUG -DHAVE_RULES -Wall
CXXFLAGS=-DHAVE_RULES -Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g
endif
ifndef CXX