codemp-nvim/.cargo/config

15 lines
257 B
Text
Raw Normal View History

2023-11-23 15:09:13 +01:00
[target.x86_64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
2023-08-17 00:27:26 +02:00
[net]
git-fetch-with-cli = true