2017-03-04 21:15 GMT+01:00 Jeaye <cont...@jeaye.com>: > > > > That was what was needed. Thanks. > > > > > > > > And I could remove the added: > > > > :profiles { > > > > :uberjar {:aot :all} > > > > } > > > > > > For the best performance, you likely want AOT (ahead-of-time) > compilation. > > > In general, I'd recommend keeping that uberjar profile with `{:aot > :all}`. > > > > > > > That is why it is smart to communicate small non essential changes: > people > > can set you on the right track. :-) > > > > I put that back. I now removed the ‘:aot [quotes.core]’, or should I keep > > that also? > > There's no need for `:aot [quotes.core]` if you're using `:aot :all` in > your uberjar profile. The only other reason you'd want it is to AOT that > namespace outside of the uberjar profile. That's up to you, but typically > not a concern. >
Thank you. I thought so, but it is better to be sure. -- Cecil Westerhof -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.