1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add missing files for Rust

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-10 12:57:49 +01:00
parent 08993bc8c3
commit 55186758bc
4 changed files with 52 additions and 45 deletions

View file

@ -1,8 +0,0 @@
[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