Makefile: Set release mode

This commit is contained in:
Daniel Marjamäki 2010-05-08 15:37:19 +02:00
parent 314a184a03
commit 22248ee714
1 changed files with 1 additions and 1 deletions

View File

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