Fork me on GitHub
#graalvm
<
2020-05-26
>
avi15:06:14

This is great, thank you! One thing I don’t quite get: does it really do anything to add -J-Dclojure.compiler.direct-linking=true to the invocation of native-image ? If so — how?

borkdude15:06:50

I don't think so, since by then the code has already been AOT compiled by Clojure

avi15:06:00

Right, I thought so. Thanks!