From 25f2d96a8fb16b4f144aeaba7f973675eb700332 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Sat, 14 Aug 2004 14:29:21 +0000 Subject: Turn gcc optimization up to -O3. --- configs/beos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/beos') diff --git a/configs/beos b/configs/beos index 183ba255e4..2f15e7e9d3 100644 --- a/configs/beos +++ b/configs/beos @@ -45,8 +45,8 @@ ifeq ($(CPU), x86) CXXFLAGS += -g -O0 LDFLAGS += -g else - CFLAGS += -O2 - CXXFLAGS += -O2 + CFLAGS += -O3 + CXXFLAGS += -O3 endif GLUT_CFLAGS = -fexceptions -- cgit v1.2.3