Makefile: switch back to debug mode

This commit is contained in:
Daniel Marjamäki 2010-12-12 09:46:59 +01:00
parent f2fac1fe70
commit 1ece516816
1 changed files with 3 additions and 1 deletions

View File

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