You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
293 B
TOML
14 lines
293 B
TOML
[target.x86_64-unknown-linux-gnu]
|
|
rustflags = ["-Zshare-generics=y"]
|
|
|
|
# [target.x86_64-apple-darwin]
|
|
# rustflags = [
|
|
# "-C",
|
|
# "link-arg=-fuse-ld=/usr/local/bin/zld",
|
|
# "-Zshare-generics=y",
|
|
# "-Zrun-dsymutil=no",
|
|
# ]
|
|
|
|
[target.x86_64-pc-windows-gnu]
|
|
rustflags = ["-Zshare-generics=y"]
|