0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Use :none as optimization level for watch-bench script.

This commit is contained in:
Andrey Antukh 2016-06-11 18:30:57 +03:00
parent 94b38daee0
commit 4124f83a22
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -6,8 +6,8 @@
:output-to "out/bench.js" :output-to "out/bench.js"
:output-dir "out" :output-dir "out"
:parallel-build false :parallel-build false
:optimizations :simple :optimizations :none
:static-fns true :static-fns false
:target :nodejs :target :nodejs
:language-in :ecmascript6 :language-in :ecmascript6
:language-out :ecmascript5 :language-out :ecmascript5