Skip to content

Commit

Permalink
Apply tiered compilation to the project JVM, not just Leiningen's own.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 11, 2012
1 parent 0217536 commit 625da9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leiningen-core/src/leiningen/core/project.clj
Expand Up @@ -123,6 +123,7 @@
profiles are active by default."
(atom {:default {:resource-paths ["dev-resources"]
:plugins [['lein-newnew "0.3.1"]]
:jvm-opts ["-XX:+TieredCompilation"]
:checkout-deps-shares [:source-paths
:resource-paths
:compile-path]}
Expand Down

0 comments on commit 625da9a

Please sign in to comment.