diff options
author | Sven Gothel <[email protected]> | 2014-01-09 18:56:47 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-09 18:56:47 +0100 |
commit | c828726693038011cce502eb95120ce3a7573732 (patch) | |
tree | 29ac8f5a5d98977fce560c2f3f67b5fdfd16dc6b /make | |
parent | 667eca532d3749b0f08e694f36624ff7f621a9c8 (diff) |
NEWT bcm_vc_iv.c: Disable VERBOSE_ON
Diffstat (limited to 'make')
-rw-r--r-- | make/scripts/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index c1cdaeb5a..bf9eba958 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -229,7 +229,7 @@ function jrun() { #D_ARGS="-Djogl.debug.GLContext -Dnewt.debug=all" #D_ARGS="-Djogl.debug.GLCanvas -Djogl.debug.GLJPanel -Djogl.debug.TileRenderer -Djogl.debug.TileRenderer.PNG" #D_ARGS="-Djogl.debug.GLCanvas -Djogl.debug.GLJPanel -Djogl.debug.TileRenderer" - D_ARGS="-Djogl.debug.PNG -Dnewt.debug.Display.PointerIcon" + #D_ARGS="-Djogl.debug.PNG -Dnewt.debug.Display.PointerIcon" #D_ARGS="-Djogl.debug.JPEGImage" #D_ARGS="-Djogl.debug.GLDrawable -Dnativewindow.debug.GraphicsConfiguration -Djogl.debug.CapabilitiesChooser" #X_ARGS="-Dsun.java2d.noddraw=True -Dsun.java2d.opengl=True -Dsun.java2d.xrender=false" |