Makefile: restored to debugging mode

This commit is contained in:
Daniel Marjamäki 2009-12-06 18:30:43 +01:00
parent 2e7a4c7b75
commit 701a7b0b41
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
CXXFLAGS=-Wall -Wextra -pedantic -O2 -DNDEBUG
CXXFLAGS=-Wall -Wextra -pedantic -g
CXX=g++
BIN=${DESTDIR}/usr/bin