]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 220717 via svnmerge from
authorSean Bright <sean@malleable.com>
Mon, 28 Sep 2009 19:11:20 +0000 (19:11 +0000)
committerSean Bright <sean@malleable.com>
Mon, 28 Sep 2009 19:11:20 +0000 (19:11 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r220717 | seanbright | 2009-09-28 15:09:25 -0400 (Mon, 28 Sep 2009) | 3 lines

  When selecting DONT_OPTIMIZE in menuselect, explicitly pass -O0 to the compiler
  so we override any default optimization levels for a particular install.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@220721 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile.rules

index d7d19c610c71b1e6bb2550327c45489257dbfd39..76bf0eeff185f8c94a4d9ec8588eef50d772456e 100644 (file)
@@ -39,6 +39,8 @@ OPTIMIZE?=-O6
 
 ifeq ($(findstring DONT_OPTIMIZE,$(MENUSELECT_CFLAGS)),)
     _ASTCFLAGS+=$(OPTIMIZE)
+else
+    _ASTCFLAGS+=-O0
 endif
 
 # shortcuts for common combinations of flags; these must be recursively expanded so that