We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143611f commit 460ffa0Copy full SHA for 460ffa0
src/main/clojure/clojure/tools/build/api.clj
@@ -296,7 +296,8 @@
296
:elide-meta [:doc :file :line ...]
297
:direct-linking false}
298
:bindings - map of Var to value to be set during compilation, for example:
299
- {#'clojure.core/*assert* false}
+ {#'clojure.core/*assert* false
300
+ #'clojure.core/*warn-on-reflection* true}
301
:filter-nses - coll of symbols representing a namespace prefix to include
302
303
Additional options flow to the forked process doing the compile:
0 commit comments