projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb7f7b
)
put back default optimization to -O6 (previously changed by mistake)
author
Luigi Rizzo
<rizzo@icir.org>
Fri, 16 Nov 2007 20:15:21 +0000
(20:15 +0000)
committer
Luigi Rizzo
<rizzo@icir.org>
Fri, 16 Nov 2007 20:15:21 +0000
(20:15 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89334
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index
b71c5d2
..
2851d2f
100644
(file)
--- a/
Makefile.rules
+++ b/
Makefile.rules
@@
-38,7
+38,7
@@
ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),)
# ppro's, etc, as well as the AMD K6 and K7.
#K6OPT=-DK6OPT
- OPTIMIZE?=-O2
+ OPTIMIZE?=-O6
ASTCFLAGS+=$(OPTIMIZE)
endif