Commit Graph

6 Commits

Author SHA1 Message Date
58f7545f4e
cargo config: add rustc flag "target-cpu=native" 2022-04-16 17:49:11 +02:00
27d1fadff8
cargo config: add http section 2022-04-16 17:30:07 +02:00
7850ae0321
cargo config: enable future-incompat-report 2022-04-16 17:27:37 +02:00
3d408f8fee
cargo config: manually specify rustc
since using rust toolchain from rustup, it's probably best to specify
the full path to rustc. the correct one should be called from the main
shell in use (zsh) but when invoked from e.g. bash, another rustc might
get called as PATH is not properly set up there
2022-04-16 17:15:13 +02:00
06086aef89
cargo config: set sccache to be rustc-wrapper 2022-04-16 17:11:58 +02:00
621f086262
add cargo/config.toml 2022-04-16 17:08:10 +02:00