
# This makes the docs build with all features enabled.

[build]
rustdocflags = ["-Ctarget-cpu=native"]

# Note: Cargo doesn't carry these settings to dependencies.
# They only affect our own builds. This is so that we can easily
# use `cargo test` and `cargo doc` and such.

[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-cpu=native"]

[target.i686-pc-windows-msvc]
rustflags = ["-Ctarget-cpu=native"]
