Merge pull request #63 from raboof/only-simple-optimizations
Use only 'simple' optimizations
This commit is contained in:
commit
72a56ec033
1 changed files with 2 additions and 1 deletions
|
@ -8,4 +8,5 @@
|
|||
:repl-pprint true}
|
||||
:app {:target :node-script
|
||||
:output-to "mastodon-bot.js"
|
||||
:main mastodon-bot.core/main}}}
|
||||
:main mastodon-bot.core/main
|
||||
:compiler-options {:optimizations :simple}}}}
|
||||
|
|
Reference in a new issue