summaryrefslogtreecommitdiff
path: root/configs/beos
diff options
context:
space:
mode:
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 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