From ba6da9264e785a54dd0e709b053a00e0dfd85a9c Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sun, 1 Jan 2017 20:20:52 +0200 Subject: [PATCH] advanced cljs compilation for iOS --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index afbf63d502..8f37456580 100644 --- a/project.clj +++ b/project.clj @@ -62,7 +62,8 @@ :output-dir "target/ios-prod" :static-fns true :optimize-constants true - :optimizations :simple + :optimizations :advanced + :externs ["externs/externs.js"] :closure-defines {"goog.DEBUG" false}}} {:id "android" :source-paths ["src" "env/prod"]