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.
Any idea on how to use it?
(aot :all true)
is supposed to work, e.g. https://github.com/dundalek/closh/blob/master/build.boot#L16