From 2a61f4bfd5b789d788ac9173ba353600041dcb86 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Fri, 16 Nov 2007 20:15:21 +0000 Subject: 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 --- Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.rules') diff --git a/Makefile.rules b/Makefile.rules index b71c5d2b9..2851d2f9f 100644 --- 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 -- cgit v1.2.3