update the Makefile for the release

This commit is contained in:
Daniel Marjamäki 2009-12-06 14:02:17 +01:00
parent d94bc4c89f
commit f701005fb8
1 changed files with 1 additions and 1 deletions

View File

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