boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 180 forks source link

Adds check for flags on aot compilation throw when none exist #576

Closed esanmiguelc closed 6 years ago

esanmiguelc commented 7 years ago

Addresses #573

alandipert commented 7 years ago

Thanks! But I think throwing an exception is a little heavy-handed. How about displaying a warning message instead?

Seems like that clues in new users, while not breaking the build of existing users who might be using the task without knowing it's not doing anything.