Skip to content

Commit

Permalink
Bump JVM stack size to 4MB and eliminate tiered compilation.
Browse files Browse the repository at this point in the history
This allows CLJS compilation to complete for complex go-pair forms.

See <emezeske/lein-cljsbuild#303> for more details.
  • Loading branch information
rnewman committed Aug 19, 2016
1 parent 1a54cec commit f4344fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
[org.clojure/tools.nrepl "0.2.10"]
[org.clojure/java.jdbc "0.6.2-alpha1"]
[org.xerial/sqlite-jdbc "3.8.11.2"]]
:jvm-opts ["-Xss4m"]
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
:plugins [[lein-cljsbuild "1.1.3"]
[lein-doo "0.1.6"]]
Expand Down

0 comments on commit f4344fa

Please sign in to comment.