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?
I don't think so, since by then the code has already been AOT compiled by Clojure
Right, I thought so. Thanks!