Skip to content

Commit 886d333

Browse files
committed
Changed ClojureScript optimization level to :none.
1 parent 2d4cd13 commit 886d333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{:main 'cats.runner
99
:output-to "out/tests.js"
1010
:output-dir "out"
11-
:optimizations :simple
11+
:optimizations :none
1212
:target :nodejs
1313
:verbose true})
1414
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))

0 commit comments

Comments
 (0)