diff options
author | Sven Gothel <[email protected]> | 2011-04-27 19:48:52 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-27 19:48:52 +0200 |
commit | ee90bc9e9c90b81e786fc9eb114c18a0e08b9599 (patch) | |
tree | 767498bd014a57b3cf14ce5e82c782275daed6ba /make/scripts/make.gluegen.all.linux-x86_64.sh | |
parent | 2b838b719f334d135c63d2569e029080c74e4307 (diff) |
test / build scripts
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-x86_64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86_64.sh b/make/scripts/make.gluegen.all.linux-x86_64.sh index 0713b8e..408db63 100755 --- a/make/scripts/make.gluegen.all.linux-x86_64.sh +++ b/make/scripts/make.gluegen.all.linux-x86_64.sh @@ -12,5 +12,6 @@ fi # -DisX11=true \ ant \ + -Djavacdebuglevel="source,lines,vars" \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.gluegen.all.linux-x86_64.log |