diff options
Diffstat (limited to 'make/scripts')
-rw-r--r-- | make/scripts/test-demo-launcher0.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/scripts/test-demo-launcher0.sh b/make/scripts/test-demo-launcher0.sh index 4004726a7..6f00345f0 100644 --- a/make/scripts/test-demo-launcher0.sh +++ b/make/scripts/test-demo-launcher0.sh @@ -31,6 +31,7 @@ bdirb=`basename "$bdir"` #export INTEL_DEBUG="buf bat" #export INTEL_STRICT_CONFORMANCE=1 +#X_ARGS="-Xcheck:jni $X_ARGS" X_ARGS="-Djava.awt.headless=true $X_ARGS" #D_ARGS="-Djogl.debug.GLProfile -Djogl.debug.GLContext" @@ -49,7 +50,8 @@ X_ARGS="-Djava.awt.headless=true $X_ARGS" #D_ARGS="-Djogl.debug=all" #D_ARGS="-Djogl.debug=all -Dnewt.debug=all -Djogl.debug.DebugGL" #D_ARGS="-Dnewt.debug=all" -D_ARGS="-Dnewt.debug.Display.PointerIcon -Dnewt.disable.PointerIcon" +#D_ARGS="-Dnewt.debug.Display.PointerIcon -Dnewt.debug.Window.KeyEvent -Dnewt.disable.PointerIcon" +#D_ARGS="-Dnewt.debug.Display.PointerIcon -Dnewt.debug.Window.KeyEvent" #D_ARGS="-Dnewt.disable.LinuxKeyEventTracker -Dnewt.disable.LinuxMouseTracker" #D_ARGS="-Dnewt.disable.LinuxKeyEventTracker" |