Unlock them experimental vm options

This commit is contained in:
Michiel Borkent 2024-10-12 11:03:41 +02:00
parent 6f5d61b8ba
commit 0fc5f12e32

View file

@ -61,6 +61,7 @@ if [ "$BABASHKA_STATIC" = "true" ]; then
"-H:CCompilerOption=-Wl,-z,stack-size=2097152")
else
# see https://github.com/oracle/graal/issues/3737
args+=("-H:+UnlockExperimentalVMOptions")
args+=("-H:+StaticExecutableWithDynamicLibC")
fi
fi