diff options
Diffstat (limited to 'make/make.jogl.all.x86_64.sh')
-rw-r--r-- | make/make.jogl.all.x86_64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/make.jogl.all.x86_64.sh b/make/make.jogl.all.x86_64.sh index 6d96b9c..1fa1675 100644 --- a/make/make.jogl.all.x86_64.sh +++ b/make/make.jogl.all.x86_64.sh @@ -3,7 +3,9 @@ . ../../setenv-build-jogl-x86_64.sh # -Dc.compiler.debug=true +# -Djogl.cg=1 \ ant \ + -Djogl.cg=1 \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.jogl.all.x86_64.log |