From e481757000902582e80353f9b76f77793950d47a Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 4 May 2023 17:24:09 +0200 Subject: Windows build script: Drop c.compiler.debug --- make/scripts/make.joal.all.win64.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3