Skip to content

Commit

Permalink
Specify rustdocflags in .cargo/config
Browse files Browse the repository at this point in the history
  • Loading branch information
Colerar authored and Licenser committed May 2, 2023
1 parent f05851a commit f0824f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build]
rustflags = ["-C", "target-cpu=native"]
rustdocflags = ["-C", "target-cpu=native"]

[target.wasm32-unknown-unknown]
rustflags = ["-C", "target-feature=+simd128"]
Expand Down

0 comments on commit f0824f4

Please sign in to comment.