From: Philippe Houdoin Date: Sat, 14 Aug 2004 14:29:21 +0000 (+0000) Subject: Turn gcc optimization up to -O3. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25f2d96a8fb16b4f144aeaba7f973675eb700332;p=mesa.git Turn gcc optimization up to -O3. --- diff --git a/configs/beos b/configs/beos index 183ba255e48..2f15e7e9d35 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