diff options
author | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-08-14 14:29:21 +0000 |
---|---|---|
committer | Philippe Houdoin <phoudoin@freedesktop.org> | 2004-08-14 14:29:21 +0000 |
commit | 25f2d96a8fb16b4f144aeaba7f973675eb700332 (patch) | |
tree | 05ebc7b374d5bf38d80b93e77d35577a0bed7d9c /configs/beos | |
parent | 21841f0ae5ca9b55ee23ecaa3513e91b6752aa16 (diff) |
Turn gcc optimization up to -O3.
Diffstat (limited to 'configs/beos')
-rw-r--r-- | configs/beos | 4 |
1 files changed, 2 insertions, 2 deletions
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 |