From 22248ee71450f590c28d55567eebdf9bd6cb5c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 8 May 2010 15:37:19 +0200 Subject: [PATCH] Makefile: Set release mode --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d7c09011..43b433165 100644 --- a/Makefile +++ b/Makefile @@ -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