Makefile: Set debug mode

This commit is contained in:
Daniel Marjamäki 2010-05-08 15:38:48 +02:00
parent 22248ee714
commit 550dc9bd1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CXXFLAGS=-O2 -DNDEBUG -Wall
CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g -D_GLIBCXX_DEBUG
CXX=g++
BIN=${DESTDIR}/usr/bin