mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-23 19:28:12 +00:00
4 lines
231 B
Text
4 lines
231 B
Text
|
[target.x86_64-unknown-linux-gnu]
|
||
|
# link dead code for coverage, attempt to reduce linking memory usage to not get killed
|
||
|
rustflags = ["-Clink-dead-code", "-Clink-args=-Xlinker --no-keep-memory -Xlinker --reduce-memory-overheads"]
|