Skip to content

Commit

Permalink
Remove graal experimental warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
julienvincent committed Oct 29, 2023
1 parent 70f9f11 commit 892b35f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ native-image:
-jar target/kl.jar \
--no-fallback \
--features=clj_easy.graal_build_time.InitClojureClasses \
-H:Name=target/kl \
--report-unsupported-elements-at-runtime \
-o target/kl \
-H:+UnlockExperimentalVMOptions \
-H:ReflectionConfigurationFiles=./graal/reflect-config.json \
-H:ResourceConfigurationFiles=./graal/resources.json \
-H:+ReportUnsupportedElementsAtRuntime \
-H:+ReportExceptionStackTraces

build-native: build native-image
Expand Down

0 comments on commit 892b35f

Please sign in to comment.