[svn-commits] seanbright: branch 1.6.2 r220725 - in /branches/1.6.2: ./ Makefile.rules
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Sep 28 14:14:03 CDT 2009
Author: seanbright
Date: Mon Sep 28 14:13:58 2009
New Revision: 220725
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=220725
Log:
Merged revisions 220721 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r220721 | seanbright | 2009-09-28 15:11:20 -0400 (Mon, 28 Sep 2009) | 10 lines
Merged revisions 220717 via svnmerge from
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.
........
................
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/Makefile.rules
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/Makefile.rules
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/Makefile.rules?view=diff&rev=220725&r1=220724&r2=220725
==============================================================================
--- branches/1.6.2/Makefile.rules (original)
+++ branches/1.6.2/Makefile.rules Mon Sep 28 14:13:58 2009
@@ -39,6 +39,8 @@
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
More information about the svn-commits
mailing list