mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-30 04:35:22 +08:00
update per 4638
This commit is contained in:
13
README.md
13
README.md
@@ -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:**
|
||||
|
||||
Reference in New Issue
Block a user