Skip to content

Commit

Permalink
add rustdocflags
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Apr 9, 2024
1 parent bee2137 commit f9d6ff5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ rustflags = ["-Ctarget-cpu=native", "--cfg", "tokio_unstable", "-C", "link-arg=-
[target.x86_64-unknown-linux-musl]
linker = "clang"
rustflags = ["-Ctarget-cpu=native", "--cfg", "tokio_unstable", "-C", "link-arg=-fuse-ld=mold", "-Zshare-generics=y"]

[build]
rustdocflags = ["--cfg", "tokio_unstable"]

0 comments on commit f9d6ff5

Please sign in to comment.