From f701005fb8c934e5e4353c2f6cef9fa9092634c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 6 Dec 2009 14:02:17 +0100 Subject: [PATCH] update the Makefile for the release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55a905f9b..b5c02a23d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CXXFLAGS=-Wall -Wextra -pedantic -g +CXXFLAGS=-Wall -Wextra -pedantic -O2 -DNDEBUG CXX=g++ BIN=${DESTDIR}/usr/bin