Skip to content

Commit ecb2c57

Browse files
authored
strip=true
1 parent e5892ec commit ecb2c57

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

Aarch64Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ license = "MIT"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

11+
[profile.release]
12+
strip = true
13+
1114
[features]
1215
default = ["web", "gui"]
1316
web = []

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* code window highlight readability
1+
* setting `strip=true` for release builds to reduce binary size

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ gui = ["dep:stackium_ui"]
2121
# "fs",
2222
#] }
2323

24+
[profile.release]
25+
strip = true
26+
2427
[target.'cfg(not(target_arch = "aarch64"))'.dependencies]
2528
nix = { version = "0.27.1", features = ["default", "personality", "ptrace", "fs"] }
2629

0 commit comments

Comments
 (0)