xplr/.cargo/config
2021-07-29 21:45:45 +05:30

5 lines
152 B
Plaintext

# Why dynamic linking?
# See https://github.com/sayanarijit/xplr/issues/309
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-args=-rdynamic"]