diff options
author | Sven Gothel <[email protected]> | 2014-02-15 23:36:19 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-02-15 23:36:19 +0100 |
commit | a6acce1be19060a6a4801582f0534e0d6887467a (patch) | |
tree | 6f1cc5d1ef9be7285c23abe83a9f272ef6f33e84 | |
parent | 1866f2c54a76ba979ebc6608d1fca1293c527fc6 (diff) |
Add make/scripts/make.jogl.all.macosx-clang.sh
-rwxr-xr-x | make/scripts/make.jogl.all.macosx-clang.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.macosx-clang.sh b/make/scripts/make.jogl.all.macosx-clang.sh index b5f21c908..6b253964a 100755 --- a/make/scripts/make.jogl.all.macosx-clang.sh +++ b/make/scripts/make.jogl.all.macosx-clang.sh @@ -25,5 +25,6 @@ export GLUEGEN_PROPERTIES_FILE="../../gluegen/make/lib/gluegen-xcode_clang.prope export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" ant \ + -Dc.compiler.debug=true \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.jogl.all.macosx.log |