summaryrefslogtreecommitdiff
path: root/build.boot
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2017-01-02 19:42:35 -0600
committerDavid Barksdale <amatus@amatus.name>2017-01-02 19:55:57 -0600
commitb31224a0a2c3145cf97de47b4f5616b27fe2b843 (patch)
treeffd5a33459b1f71a76a294060bcb9899878a9d01 /build.boot
parent5578ec8cdbc0abbfa000c2cedef05d37313fe01b (diff)
Optimization works!
Diffstat (limited to 'build.boot')
-rw-r--r--build.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.boot b/build.boot
index 87a50be..4384fc8 100644
--- a/build.boot
+++ b/build.boot
@@ -42,7 +42,7 @@
[]
(comp
(hoplon)
- (cljs)
+ (cljs :optimizations :advanced)
(prerender)
(aot :all true)
(uber)