[gs-cvs] rev 8645 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Thu Apr 17 10:40:05 PDT 2008


Author: giles
Date: 2008-04-17 10:40:05 -0700 (Thu, 17 Apr 2008)
New Revision: 8645

Modified:
   trunk/gs/src/Makefile.in
Log:
Use -O0 with the autoconf debug build instead of -O which seems to
hide some symbols.


Modified: trunk/gs/src/Makefile.in
===================================================================
--- trunk/gs/src/Makefile.in	2008-04-17 17:31:57 UTC (rev 8644)
+++ trunk/gs/src/Makefile.in	2008-04-17 17:40:05 UTC (rev 8645)
@@ -251,7 +251,7 @@
 # and shared object builds.
 
 CFLAGS_STANDARD=@OPT_CFLAGS@
-CFLAGS_DEBUG=-g -O
+CFLAGS_DEBUG=-g -O0
 CFLAGS_PROFILE=-pg @OPT_CFLAGS@
 CFLAGS_SO=@DYNAMIC_CFLAGS@
 



More information about the gs-cvs mailing list