updated the Makefile for the release

This commit is contained in:
Daniel Marjamäki 2009-08-16 16:57:24 +02:00
parent fb85ee5356
commit 8e1a7001dd
1 changed files with 1 additions and 1 deletions

View File

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