From e984e59ee2b9426a65ef1bda4fd838a3ebff9a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 9 Apr 2011 12:41:50 +0200 Subject: [PATCH] Release: Updated Makefile for release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db79d67b8..ab91fc900 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # This file is generated by tools/dmake, do not edit. ifndef CXXFLAGS - CXXFLAGS=-DHAVE_RULES -Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g + CXXFLAGS=-O2 -DNDEBUG -DHAVE_RULES -Wall endif ifndef CXX