Example of providing custom compilation-time configuration option :debug
in ClojureScript project. It's a better alternative to goog defines.
project.clj:
,,,
:cljsbuild {:builds [{:id "dev"
:source-paths ["src"]
:compiler {:main app.core