[zaptel-commits] tzafrir: branch 1.4 r2957 - /branches/1.4/Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sun Aug 26 05:27:06 CDT 2007


Author: tzafrir
Date: Sun Aug 26 05:27:05 2007
New Revision: 2957

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2957
Log:
What is -O4 anyway?

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2957&r1=2956&r2=2957
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sun Aug 26 05:27:05 2007
@@ -138,7 +138,8 @@
   ALL_MODULES+=$(patsubst %,xpp/%.ko,xpp_usb xpd_fxo xpd_fxs xpp)
 endif
 
-CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
+OPTFLAG=-O2
+CFLAGS+=-I. $(OPTFLAGS) -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
 ifneq (,$(findstring ppc,$(UNAME_M)))
 CFLAGS_PPC:=-fsigned-char
 endif




More information about the zaptel-commits mailing list