diff options
author | Eduardo Julian | 2022-04-09 04:10:28 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-09 04:10:28 -0400 |
commit | 659537b4ec859f1e705cdd1f82da29ab1a662d94 (patch) | |
tree | fcbfce7370b757009d0425eba1c56646fbc21dd4 /stdlib/source/program/aedifex/command | |
parent | 04c7f49a732380a2b9f72b1b937171b341c24323 (diff) |
De-sigil-ification: *
Diffstat (limited to 'stdlib/source/program/aedifex/command')
-rw-r--r-- | stdlib/source/program/aedifex/command/build.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/aedifex/command/build.lux b/stdlib/source/program/aedifex/command/build.lux index 4791eec38..71eee1347 100644 --- a/stdlib/source/program/aedifex/command/build.lux +++ b/stdlib/source/program/aedifex/command/build.lux @@ -272,7 +272,7 @@ _ (revised ///runtime.#parameters (|>> (partial_list "-cp" (..jvm_class_path host_dependencies) - "-Xss32m" + "-Xss16m" "--add-opens" "java.base/java.lang=ALL-UNNAMED")) runtime))) |