Compare commits
2 commits
5ee324d8c1
...
e659b84025
Author | SHA1 | Date | |
---|---|---|---|
![]() |
e659b84025 | ||
![]() |
091b79887c |
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -53,4 +53,4 @@ jobs:
|
|||
run: rustup toolchain install nightly -t aarch64-unknown-linux-gnu -c rust-src --no-self-update
|
||||
|
||||
- name: build example -- glibc size-optimized
|
||||
run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=size-optimized CARGO="rustup run nightly cargo"
|
||||
run: cd example && make clean && make TARGET=aarch64-unknown-linux-gnu PROFILE=size-optimized CARGO="rustup run nightly cargo" LTO=1
|
||||
|
|
Loading…
Reference in a new issue