Skip to content

Commit

Permalink
strip executable
Browse files Browse the repository at this point in the history
  • Loading branch information
joetifa2003 committed Sep 18, 2022
1 parent 8660c42 commit 109cbd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
archive: tar.gz tar.xz
- target: x86_64-apple-darwin
archive: zip
- target: wasm32-wasi
steps:
- uses: actions/checkout@master
- name: Compile and release
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default-run = "wind"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[profile.release]
# strip = true
strip = true
lto = true
codegen-units = 1
panic = "abort"
Expand Down

0 comments on commit 109cbd4

Please sign in to comment.