mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-08 05:43:57 -05:00
This way, one can add a `.cargo/config.toml` with the content: ```toml [build] rustflags = ["-C", "target-cpu=native"] ``` and doesn't have to think of setting it manually.
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# Cargo configuration
|
|
/.cargo/
|
|
|
|
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
cargo_target/
|
|
riscv/tests/riscv_data/**/target
|