Skip to content

Commit 5cfc4e0

Browse files
committed
update docs
1 parent 460ffa0 commit 5cfc4e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/clojure.tools.build.api.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
:elide-meta [:doc :file :line ...]
2323
:direct-linking false}
2424
:bindings - map of Var to value to be set during compilation, for example:
25-
{#'clojure.core/*assert* false}
25+
{#'clojure.core/*assert* false
26+
#'clojure.core/*warn-on-reflection* true}
2627
:filter-nses - coll of symbols representing a namespace prefix to include
2728

2829
Additional options flow to the forked process doing the compile:

0 commit comments

Comments
 (0)