clj-easy / graal-docs

Scripts and tips to get Clojure latest working with GraalVM latest
Eclipse Public License 1.0
390 stars 20 forks source link

reminder: avoid `:aot :all` #62

Open lread opened 7 months ago

lread commented 7 months ago

From @borkdude on Slack:

Avoid aot all, it can cause stuff to be compiled twice and cause weird bugs

Update docs, examples, add a tip...