Makefile: debug mode

This commit is contained in:
Daniel Marjamäki 2010-07-10 11:35:37 +02:00
parent 3b391398c1
commit 78b8acfc88
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