what does ^:skip-aot mean in clojure project.clj

Viewed 7954

I am new to clojure, when I use

lein new app

I saw this line

:main ^:skip-aot my-stuff.core

What does ^:skip-aot mean?

In which section of clojure document could I find the description?

1 Answers
Related