Unlock experimental and update gitignore

This commit is contained in:
patdyn 2024-07-04 12:13:41 +02:00
parent 94192a3e42
commit e838fdda7a
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,6 +7,7 @@ target/
.lein-repl-history
.lein-failures
pom.*
reports/*
# cljs
.shadow-cljs

View file

@ -124,6 +124,7 @@ def package_native(project):
"--features=clj_easy.graal_build_time.InitClojureClasses " +
"-jar target/uberjar/" + project.name + "-standalone.jar " +
"-march=compatibility " +
"-H:+UnlockExperimentalVMOptions " +
"-H:IncludeResources=.*.yaml " +
"-H:IncludeResources=logback.xml " +
"-H:Log=registerResource:verbose " +