shithub: jbig2

Download patch

ref: 994516f6db541df5f57d3de4851313af6a260f68
parent: 49d3aed4dd6a1adc1ab03702cf324103febae1e6
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Dec 5 18:39:55 EST 2005

Add -DJBIG2_DEBUG to the default scons build.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@441 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/SConstruct
+++ b/SConstruct
@@ -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