From 109cbd45c2f2c521d806525e1436358fb6a86f94 Mon Sep 17 00:00:00 2001 From: Youssef Ahmed Date: Sun, 18 Sep 2022 22:07:25 +0200 Subject: [PATCH] strip executable --- .github/workflows/release.yml | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a30baf7..7f4a021 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 01ea716..04d5457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"