diff options
Diffstat (limited to 'make/scripts/make.joal.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.joal.all.linux-x86_64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.linux-x86_64.sh b/make/scripts/make.joal.all.linux-x86_64.sh index d2346a4..f348300 100755 --- a/make/scripts/make.joal.all.linux-x86_64.sh +++ b/make/scripts/make.joal.all.linux-x86_64.sh @@ -18,6 +18,9 @@ if [ -z "$ANT_PATH" ] ; then exit fi +# -Dc.compiler.debug=true \ +# -Djavacdebuglevel="source,lines,vars" \ + export SOURCE_LEVEL=1.8 export TARGET_LEVEL=1.8 export TARGET_RT_JAR=/opt-share/jre1.8.0_212/lib/rt.jar |