Skip to content
Snippets Groups Projects
Commit 2a61f4bf authored by Luigi Rizzo's avatar Luigi Rizzo
Browse files

put back default optimization to -O6 (previously changed by mistake)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fdb7f7ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment