1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
openmptcprouter-feeds/rust/files/cargo-config
suyuan 989c48abc6 Revert "fix"
This reverts commit 9fcf3be7cf.
2023-11-02 14:50:46 +08:00

8 lines
206 B
Text
Executable file

[target.@RUSTC_TARGET_ARCH@]
linker = "@TARGET_CC_NOCACHE@"
rustflags = ["-Ctarget-feature=-crt-static", "-Clink-args=@RUSTC_LDFLAGS@"]
[profile.stripped]
inherits = "release"
opt-level = "s"
strip = true