diff options
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 119bb9d3d..9bd98490c 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -512,7 +512,8 @@ config="${config.jogl}/gl-if-gl2_es3.cfg" includeRefid="stub.includes.fileset.all.gldesktop" literalInclude="${stub.includes.gluegen.gg}" - emitter="com.jogamp.gluegen.opengl.GLEmitter"> + emitter="com.jogamp.gluegen.opengl.GLEmitter" + debug="false"> <classpath refid="gluegen-gl.classpath" /> </gluegen> </target> @@ -904,7 +905,8 @@ config="${config.jogl}/cg-common.cfg" includeRefid="stub.includes.cg.fileset.all" literalInclude="${stub.includes.gluegen.gg}" - emitter="com.jogamp.gluegen.procaddress.ProcAddressEmitter"> + emitter="com.jogamp.gluegen.procaddress.ProcAddressEmitter" + debug="false"> <classpath refid="gluegen-gl.classpath" /> </gluegen> </target> |