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 8660c42 commit 109cbd4Copy full SHA for 109cbd4
.github/workflows/release.yml
@@ -18,7 +18,6 @@ jobs:
18
archive: tar.gz tar.xz
19
- target: x86_64-apple-darwin
20
archive: zip
21
- - target: wasm32-wasi
22
steps:
23
- uses: actions/checkout@master
24
- name: Compile and release
Cargo.toml
@@ -7,7 +7,7 @@ default-run = "wind"
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[profile.release]
10
-# strip = true
+strip = true
11
lto = true
12
codegen-units = 1
13
panic = "abort"
0 commit comments