xplr/.cargo/config

5 lines
152 B
Plaintext
Raw Normal View History

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