Skip to content

Commit b2d9e6b

Browse files
author
dnolen
committed
default to :static-fns for cached core
1 parent 30bc7c2 commit b2d9e6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/clojure/cljs/closure.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,8 @@
31033103
(util/mkdirs dest)
31043104
(env/with-compiler-env (env/default-compiler-env {:infer-externs true})
31053105
(comp/compile-file src dest
3106-
{:source-map true
3106+
{:static-fns true
3107+
:source-map true
31073108
:source-map-url "core.js.map"
31083109
:output-dir (str "src" File/separator "main" File/separator "cljs")})
31093110
(ana/write-analysis-cache 'cljs.core cache src)

0 commit comments

Comments
 (0)