[asterisk-commits] russell: trunk r191884 - /trunk/Makefile
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun May  3 09:05:14 CDT 2009
    
    
  
Author: russell
Date: Sun May  3 09:05:10 2009
New Revision: 191884
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=191884
Log:
Remove unnecessary compiler flag
Modified:
    trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/svn-view/asterisk/trunk/Makefile?view=diff&rev=191884&r1=191883&r2=191884
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun May  3 09:05:10 2009
@@ -306,7 +306,7 @@
 MOD_SUBDIRS_MENUSELECT_TREE:=$(MOD_SUBDIRS:%=%-menuselect-tree)
 
 ifneq ($(findstring darwin,$(OSARCH)),)
-  ASTCFLAGS+=-D__Darwin__ -fnested-functions
+  ASTCFLAGS+=-D__Darwin__
   SOLINK=-dynamic -bundle -undefined suppress -force_flat_namespace
 else
 # These are used for all but Darwin
    
    
More information about the asterisk-commits
mailing list