projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21841f0
)
Turn gcc optimization up to -O3.
author
Philippe Houdoin
<phoudoin@freedesktop.org>
Sat, 14 Aug 2004 14:29:21 +0000
(14:29 +0000)
committer
Philippe Houdoin
<phoudoin@freedesktop.org>
Sat, 14 Aug 2004 14:29:21 +0000
(14:29 +0000)
configs/beos
patch
|
blob
|
history
diff --git
a/configs/beos
b/configs/beos
index 183ba255e4874b472805097757bec023233b56e1..2f15e7e9d35fa398730b7eee393972ea5c313d07 100644
(file)
--- a/
configs/beos
+++ b/
configs/beos
@@
-45,8
+45,8
@@
ifeq ($(CPU), x86)
CXXFLAGS += -g -O0
LDFLAGS += -g
else
- CFLAGS += -O
2
- CXXFLAGS += -O
2
+ CFLAGS += -O
3
+ CXXFLAGS += -O
3
endif
GLUT_CFLAGS = -fexceptions