From 0fc5f12e3244e15fb6a520943fdee1686568bf81 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 12 Oct 2024 11:03:41 +0200 Subject: [PATCH] Unlock them experimental vm options --- script/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/script/compile b/script/compile index 82fddbe7..d1f1cc57 100755 --- a/script/compile +++ b/script/compile @@ -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