Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Commit

Permalink
Use some optizations known from :advanced compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Apr 11, 2017
1 parent b91e431 commit 551afdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
:foreign-libs [{:file "public/codepoint-polyfill.js"
:provides ["asciinema.player.codepoint-polyfill"]}]
:optimizations :simple
:optimize-constants true
:static-fns true
:pretty-print false
:elide-asserts true
:target :nodejs
:main "asciinema.png.main"}}
Expand All @@ -28,5 +31,8 @@
:foreign-libs [{:file "public/codepoint-polyfill.js"
:provides ["asciinema.player.codepoint-polyfill"]}]
:optimizations :simple
:optimize-constants true
:static-fns true
:pretty-print false
:elide-asserts true
:main "asciinema.png.page"}}}})

0 comments on commit 551afdb

Please sign in to comment.