diff options
author | Sven Gothel <[email protected]> | 2011-05-17 13:06:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-05-17 13:06:58 +0200 |
commit | f08f31480433674db753f226f15609f9eab5b6fc (patch) | |
tree | a3fa3b9720b48b587ccf023c2d0a957caf46dd15 /make/scripts/make.jogl.all.linux-x86_64.sh | |
parent | 6bd444a80f2b1ec6cfac1518bf31a487de3f17b5 (diff) |
GLSL unit tests: cleanup shader state tests
Diffstat (limited to 'make/scripts/make.jogl.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86_64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index 2b51f00d8..aab3eecae 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -55,6 +55,7 @@ echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF # BUILD_ARCHIVE=true \ ant \ $CUSTOMLIBDIR \ + -Djavacdebuglevel="source,lines,vars" \ -Djogl.cg=1 \ -Drootrel.build=build-x86_64 \ -DuseKD=true \ |