Skip to content

Commit 109cbd4

Browse files
committed
strip executable
1 parent 8660c42 commit 109cbd4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
archive: tar.gz tar.xz
1919
- target: x86_64-apple-darwin
2020
archive: zip
21-
- target: wasm32-wasi
2221
steps:
2322
- uses: actions/checkout@master
2423
- name: Compile and release

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default-run = "wind"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[profile.release]
10-
# strip = true
10+
strip = true
1111
lto = true
1212
codegen-units = 1
1313
panic = "abort"

0 commit comments

Comments
 (0)