[csw-devel] SF.net SVN: gar:[12076] csw/mgar/pkg/cups/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Dec 23 22:50:27 CET 2010


Revision: 12076
          http://gar.svn.sourceforge.net/gar/?rev=12076&view=rev
Author:   wahwah
Date:     2010-12-23 21:50:27 +0000 (Thu, 23 Dec 2010)

Log Message:
-----------
cups: Turn off optimization for default builds

There seems to be a problem with optimized binaries, trying unoptimized.

Modified Paths:
--------------
    csw/mgar/pkg/cups/trunk/Makefile

Modified: csw/mgar/pkg/cups/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cups/trunk/Makefile	2010-12-23 19:37:42 UTC (rev 12075)
+++ csw/mgar/pkg/cups/trunk/Makefile	2010-12-23 21:50:27 UTC (rev 12076)
@@ -310,6 +310,7 @@
 PRIVATE_CUPS_INC = $(DESTDIR)$(includedir)/cups
 
 # CUPS uses the 'OPTIM' variable to set the optimization flags.
+OPTIM_OPT = -xO0
 OPTIM_DBG = -g -xO0
 OPTIM = $(OPTIM_$(GARFLAVOR))
 export OPTIM


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list