Skip to content

Commit 3aca20d

Browse files
authored
ci: reduce binary size (#4018)
* chore: reproduce CI * chore: strip debuginfo * Update .github/workflows/reusable-build.yml * chore: remove patch
1 parent e25897e commit 3aca20d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
shell: bash
9797
run: |
9898
echo '[profile.dev.package."*"]' >> Cargo.toml
99+
echo 'debug = false' >> Cargo.toml
99100
echo 'opt-level = 3' >> Cargo.toml
100101
echo 'codegen-units = 1' >> Cargo.toml
101102

0 commit comments

Comments
 (0)