We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4cd13 commit 886d333Copy full SHA for 886d333
scripts/build.clj
@@ -8,7 +8,7 @@
8
{:main 'cats.runner
9
:output-to "out/tests.js"
10
:output-dir "out"
11
- :optimizations :simple
+ :optimizations :none
12
:target :nodejs
13
:verbose true})
14
(println "... done. Elapsed" (/ (- (System/nanoTime) start) 1e9) "seconds"))
0 commit comments