Use direct linking in profiler [skip ci]
This commit is contained in:
parent
8c37594006
commit
6a76a73e18
1 changed files with 2 additions and 1 deletions
3
deps.edn
3
deps.edn
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue