Skip to content

Commit ee68db2

Browse files
mfikesswannodette
authored andcommitted
CLJS-2639: Compiler crash when using aot cache with parallel compile
1 parent 2f6bda8 commit ee68db2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/clojure/cljs/closure.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2255,6 +2255,9 @@
22552255
:cache-analysis (:cache-analysis opts true)
22562256
:source-map (:source-map opts true))
22572257

2258+
(:aot-cache opts)
2259+
(assoc :cache-analysis true)
2260+
22582261
(= optimizations :advanced)
22592262
(cond->
22602263
(not (false? (:static-fns opts))) (assoc :static-fns true)

0 commit comments

Comments
 (0)