Use direct linking in profiler [skip ci]

This commit is contained in:
Michiel Borkent 2021-07-10 20:34:38 +02:00
parent 8c37594006
commit 6a76a73e18

View file

@ -44,7 +44,8 @@
{:extra-deps
{com.clojure-goes-fast/clj-async-profiler {:mvn/version "0.4.1"}}
:extra-paths ["test"]
:jvm-opts ["-Djdk.attach.allowAttachSelf"]
:jvm-opts ["-Djdk.attach.allowAttachSelf"
"-Dclojure.compiler.direct-linking=true"]
:main-opts ["-m" "babashka.profile"]}
:lib-tests
{:extra-paths ["process/src" "process/test"]