summaryrefslogtreecommitdiff
path: root/configs/beos
diff options
context:
space:
mode:
authorPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-14 14:29:21 +0000
committerPhilippe Houdoin <phoudoin@freedesktop.org>2004-08-14 14:29:21 +0000
commit25f2d96a8fb16b4f144aeaba7f973675eb700332 (patch)
tree05ebc7b374d5bf38d80b93e77d35577a0bed7d9c /configs/beos
parent21841f0ae5ca9b55ee23ecaa3513e91b6752aa16 (diff)
Turn gcc optimization up to -O3.
Diffstat (limited to 'configs/beos')
-rw-r--r--configs/beos4
1 files changed, 2 insertions, 2 deletions
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