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