diff options
author | Eduardo Julian | 2018-12-03 23:36:18 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-12-03 23:36:18 -0400 |
commit | 53d2451a44e1241ec2c4b14e07b501156f792d71 (patch) | |
tree | 8ce6fb88f941a00ea5dbdd3448a9e8e175ce3535 /stdlib | |
parent | 7fab6e42fb986b1d66a6ab9cdf822f429224a3d3 (diff) |
Excised contribution relevant to this: https://github.com/LuxLang/lux/pull/33
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/project.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj index 4d01ffed4..53ad8718c 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -16,7 +16,6 @@ :scm {:name "git" :url "https://github.com/LuxLang/lux.git"} - :jvm-opts ["-Xss4m"] :dependencies [] :source-paths ["source"] |