summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8d5975db..39dbda86 100644
--- a/build.xml
+++ b/build.xml
@@ -43,9 +43,11 @@
config="resources/cl-if.cfg"
includeRefid="jocl.include.path"
emitter="com.jogamp.gluegen.JavaEmitter"
+ dumpCPP="true"
debug="false">
<classpath refid="gluegen.classpath" />
</gluegen>
+ <fail/>
<echo message="generate CLGLI interface..."/>
<gluegen src="resources/opencl.h"