Tune config.toml, strip and optimize binary size

This commit is contained in:
2024-10-01 17:42:05 -05:00
parent 1b8d85e129
commit 5d394634e5
3 changed files with 12 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install ${{ matrix.linker }}
cat .cargo/config.github >> .cargo/config
cat .cargo/config.github.toml >> .cargo/config.toml
- name: Build
run: cargo build --verbose --release --target ${{ matrix.target }}