Skip to content

Commit

Permalink
use user's :jvm-opts instead of fixing @ -Xmx256m, re: gh-271
Browse files Browse the repository at this point in the history
  • Loading branch information
cemerick committed Nov 22, 2013
1 parent 5dc5673 commit bf6f720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/leiningen/cljsbuild/subproject.clj
Expand Up @@ -92,7 +92,7 @@
(:source-paths project) (:source-paths project)
(mapcat :source-paths builds) (mapcat :source-paths builds)
[crossover-path]) [crossover-path])
:jvm-opts ["-Xmx256m"] :jvm-opts (:jvm-opts project)
:resource-paths (:resource-paths project) :resource-paths (:resource-paths project)
:checkout-deps-shares (:checkout-deps-shares project) :checkout-deps-shares (:checkout-deps-shares project)
:eval-in (:eval-in project)} :eval-in (:eval-in project)}
Expand Down

0 comments on commit bf6f720

Please sign in to comment.