instant-distance/.cargo/config.toml

12 lines
224 B
TOML
Raw Permalink Normal View History

2021-11-10 08:27:19 +00:00
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
2021-03-16 16:07:18 +00:00
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]