boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
zilti 2019-01-17T13:23:49.232600Z

So these days I'm getting No flags specified for aot task, skipping.... Unfortunately, the task-options! doesn't exist in documentation, and neither does a description of how to pass flags to a task. (aot :all), (aot :all true) and (aot "-a") all fail.

zilti 2019-01-17T13:42:24.232800Z

Any idea on how to use it?

2019-01-17T14:38:21.233200Z

(aot :all true) is supposed to work, e.g. https://github.com/dundalek/closh/blob/master/build.boot#L16