projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99249c8
)
moving -Olocal-temps to -O4 until the issues are solved
author
Wolfgang Bumiller <blub@speed.at>
Mon, 7 Jan 2013 11:58:56 +0000
(12:58 +0100)
committer
Wolfgang Bumiller <blub@speed.at>
Mon, 7 Jan 2013 11:58:56 +0000
(12:58 +0100)
opts.def
patch
|
blob
|
history
diff --git
a/opts.def
b/opts.def
index 22e2dab4b984c912d7dfb7805e5b21a8f30d8a1c..3c83420f787145d23f727aa638901b7e0626e192 100644
(file)
--- a/
opts.def
+++ b/
opts.def
@@
-91,7
+91,7
@@
#ifdef GMQCC_TYPE_OPTIMIZATIONS
GMQCC_DEFINE_FLAG(PEEPHOLE, 1)
- GMQCC_DEFINE_FLAG(LOCAL_TEMPS,
3
)
+ GMQCC_DEFINE_FLAG(LOCAL_TEMPS,
4
)
GMQCC_DEFINE_FLAG(GLOBAL_TEMPS, 3)
GMQCC_DEFINE_FLAG(TAIL_RECURSION, 1)
GMQCC_DEFINE_FLAG(TAIL_CALLS, 2)