ClojureDocs

Nav

Namespaces

*compiler-options*

clojure.core

Available since 1.4
    A map of keys to options.
    Note, when binding dynamically make sure to merge with previous value.
    Supported options:
    :elide-meta - a collection of metadata keys to elide during compilation.
    :disable-locals-clearing - set to true to disable clearing, useful for using a debugger
    Alpha, subject to change.