We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe27e98 commit 39e3440Copy full SHA for 39e3440
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
- Drop UPX compression for all native image builds.
6
+- Optimize native image for size with `-Os`.
7
8
## 0.114.2
9
build.clj
@@ -85,7 +85,7 @@
85
"--native-image-info"
86
"--features=clj_easy.graal_build_time.InitClojureClasses"
87
"-march=compatibility"
88
- "-O1"
+ "-Os"
89
(or (System/getenv "ECA_XMX")
90
"-J-Xmx8g")
91
(when (and linux? aarch64?)
0 commit comments