dynamic var | previously cljs.spec/*compile-asserts* | clojure.spec.alpha/*compile-asserts* | Edit |
If true, compiler will enable spec asserts, which are then subject to runtime control via check-asserts? If false, compiler will eliminate all spec assert overhead. See 'assert'. Initially set to the negation of the ':elide-asserts' compiler option. Defaults to true.
(defonce
^{:dynamic true}
*compile-asserts*
(s/init-compile-asserts))