From b3e970933bbba91f57e832443934770dfaec4244 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sat, 28 Jan 2023 17:48:43 -0500 Subject: [PATCH] fix graal compile opts for vthreads --- graal-compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graal-compile.sh b/graal-compile.sh index f27f04a..a261acd 100755 --- a/graal-compile.sh +++ b/graal-compile.sh @@ -4,4 +4,4 @@ jenv shell graalvm64-19.0.2 lein uberjar -native-image --report-unsupported-elements-at-runtime --initialize-at-build-time -jar ./target/ludus-0.1.0-SNAPSHOT-standalone.jar -H:Name=./target/ludus +native-image --enable-preview --report-unsupported-elements-at-runtime --initialize-at-build-time -jar ./target/ludus-0.1.0-SNAPSHOT-standalone.jar -H:Name=./target/ludus