instant-distance/.cargo/config.toml

6 lines
111 B
TOML
Raw Normal View History

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