Unlock them experimental vm options
This commit is contained in:
parent
6f5d61b8ba
commit
0fc5f12e32
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue