We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460ffa0 commit 5cfc4e0Copy full SHA for 5cfc4e0
docs/clojure.tools.build.api.html
@@ -22,7 +22,8 @@
22
:elide-meta [:doc :file :line ...]
23
:direct-linking false}
24
:bindings - map of Var to value to be set during compilation, for example:
25
- {#'clojure.core/*assert* false}
+ {#'clojure.core/*assert* false
26
+ #'clojure.core/*warn-on-reflection* true}
27
:filter-nses - coll of symbols representing a namespace prefix to include
28
29
Additional options flow to the forked process doing the compile:
0 commit comments