summaryrefslogtreecommitdiff
path: root/tests/module/loader/.cargo/config
blob: 6d87ddea53c559997419cb19badf1a344635dc9d (plain)
1
2
3
4
5
6
7
8
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-rdynamic"]

[target.aarch64-apple-darwin]
rustflags = ["-C", "link-args=-rdynamic"]

[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-args=-rdynamic"]