[jbig2-cvs] rev 441 - trunk
giles at ghostscript.com
giles at ghostscript.com
Mon Dec 5 16:02:30 PST 2005
Author: giles
Date: 2005-12-05 15:39:55 -0800 (Mon, 05 Dec 2005)
New Revision: 441
Modified:
trunk/SConstruct
Log:
Add -DJBIG2_DEBUG to the default scons build.
Modified: trunk/SConstruct
===================================================================
--- trunk/SConstruct 2005-12-03 07:26:21 UTC (rev 440)
+++ trunk/SConstruct 2005-12-05 23:39:55 UTC (rev 441)
@@ -3,8 +3,9 @@
env = Environment(CPPDEFINES = {'HAVE_STDINT_H' : None,
'PACKAGE' : '\\"jbig2dec\\"',
'VERSION' : '\\"0.8\\"',
+ 'JBIG2_DEBUG' : None,
'JBIG2_HALFTONE' : None})
-env.Append(CCFLAGS = ' -g')
+env.Append(CCFLAGS = ' -g -Wall')
lib_sources = Split("""jbig2.c
jbig2_arith.c jbig2_arith_int.c jbig2_arith_iaid.c
More information about the jbig2-cvs
mailing list