update per 4638

This commit is contained in:
wileyj
2024-04-05 11:53:22 -07:00
parent 47d480c5e4
commit 2f96a4d861
2 changed files with 18 additions and 0 deletions

View File

@@ -49,6 +49,19 @@ cargo build --release
cargo build --profile release-lite
```
_Note on building_: you may set `RUSTFLAGS` to build binaries for your native cpu:
```
RUSTFLAGS="-Ctarget-cpu=native"
```
or uncomment these lines in `./cargo/config`:
```
# [build]
# rustflags = ["-Ctarget-cpu=native"]
```
## Testing
**Run the tests:**