diff options
author | Sven Gothel <[email protected]> | 2023-05-04 17:24:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-05-04 17:24:09 +0200 |
commit | e481757000902582e80353f9b76f77793950d47a (patch) | |
tree | ef04e81f288b54930ba1c2af9591ee5840b76877 | |
parent | 96e98f0a141fc8b5f68925a6442d220591ba1de2 (diff) |
Windows build script: Drop c.compiler.debug
-rwxr-xr-x | make/scripts/make.joal.all.win64.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.win64.bat b/make/scripts/make.joal.all.win64.bat index e0a39a7..3cc5b0c 100755 --- a/make/scripts/make.joal.all.win64.bat +++ b/make/scripts/make.joal.all.win64.bat @@ -22,4 +22,5 @@ set TARGET_RT_JAR=C:\jre1.8.0_212\lib\rt.jar REM set JOGAMP_JAR_CODEBASE=Codebase: *.jogamp.org
set JOGAMP_JAR_CODEBASE=Codebase: *.goethel.localnet
-ant -Dc.compiler.debug=true -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win64.log 2>&1
+REM ant -Dc.compiler.debug=true -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win64.log 2>&1
+ant -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.joal.all.win64.log 2>&1
|