diff options
author | Sven Gothel <[email protected]> | 2023-06-16 05:32:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-16 05:32:07 +0200 |
commit | 88309192b450e09ba16e9d72adac178c4ce47dc3 (patch) | |
tree | 9ee1da74fa3ecc533f1836385c3f3d6a3df7ff86 /make/build-test.xml | |
parent | fdccf16290c7b742337d3f7ab66e4b85660ca781 (diff) |
GlueGen Struct [6]: Simplify adding 'private ElementBuffer _eb*' memory buffer cache once @ 'releaseVal(..)' code creation
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 3a72ebd..6c4c3a1 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -563,8 +563,8 @@ chmod 644 ${results}/* \${line.separator} includeRefid="stub.includes.fileset.test" emitter="com.jogamp.gluegen.JavaEmitter" dumpCPP="false" - debug="true" - logLevel="INFO"> + debug="false" + logLevel="WARNING"> <classpath refid="gluegen.classpath" /> </gluegen> <antcall target="java.generate.copy2temp" inheritRefs="true" /> |