From 8e1a7001dde8c5b8d7b5d4297f21b161f81b77f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 16 Aug 2009 16:57:24 +0200 Subject: [PATCH] updated the Makefile for the release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a156bd553..1f308a848 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-Wall -Wextra -pedantic -g +CXXFLAGS=-Wall -Wextra -pedantic -O3 -pipe CXX=g++ BIN=${DESTDIR}/usr/bin