We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59546da commit 3a2032dCopy full SHA for 3a2032d
…/native-image/static-compiler-windows.sh …native-image/static-compiler-windows.batlibxtracfg/c/native-image/static-compiler-windows.sh renamed to libxtracfg/c/native-image/static-compiler-windows.bat
libxtracfg/java/build.gradle
@@ -56,7 +56,7 @@ graalvmNative {
56
if (project.hasProperty('LIB')) {
57
imageName = "libxtracfgjni"
58
sharedLibrary = true
59
- buildArgs("--native-compiler-path=${project.projectDir}/../c/native-image/static-compiler-${targetos}.sh")
+ buildArgs("--native-compiler-path=${project.projectDir}/../c/native-image/static-compiler-${targetos}.${targetos == 'windows' ? 'bat' : 'sh'}")
60
buildArgs('--native-compiler-options=-fPIC')
61
//buildArgs('-march=native')
62
buildArgs('-O2') //TODO -O3 image is 50% larger than -O2, test -Os with JDK 23
0 commit comments