From 19cc44ef070ad20ddf5f13d09218006b49d1b878 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Tue, 20 May 2008 23:29:00 -0500 Subject: [PATCH] Change the production optimization level. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ba924d..132fce9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ DOCUMENT_PATH=$(prefix)/share/doc/non-sequencer/ ifeq ($(USE_DEBUG),yes) CXXFLAGS := -pipe -ggdb -Wall -Wextra -Wnon-virtual-dtor -Wno-missing-field-initializers -O0 -fno-rtti -fno-exceptions else - CXXFLAGS := -pipe -O3 -fno-rtti -fno-exceptions -DNDEBUG + CXXFLAGS := -pipe -O2 -fno-rtti -fno-exceptions -DNDEBUG endif CFLAGS+=-DVERSION=\"$(VERSION)\" \