From 4124f83a2237e584b1a0f345e65fcd177b742fe0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 11 Jun 2016 18:30:57 +0300 Subject: [PATCH] Use :none as optimization level for watch-bench script. --- scripts/watch-bench.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/watch-bench.clj b/scripts/watch-bench.clj index a251ae3611..a0272534b4 100644 --- a/scripts/watch-bench.clj +++ b/scripts/watch-bench.clj @@ -6,8 +6,8 @@ :output-to "out/bench.js" :output-dir "out" :parallel-build false - :optimizations :simple - :static-fns true + :optimizations :none + :static-fns false :target :nodejs :language-in :ecmascript6 :language-out :ecmascript5