Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed May 16, 2023
1 parent 1f34c01 commit a5d525b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PERFORMANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export RUSTFLAGS='-C target-cpu=native'
# to build qsv on nightly with all features. The binary will be in the target/release-nightly folder.
cargo build --profile release-nightly --bin qsv -Z build-std=std,panic_abort \
-Z build-std-features=panic_immediate_abort \
--features all_features.magic,nightly --target x86_64-unknown-linux-gnu
--features all_features,magic,nightly --target x86_64-unknown-linux-gnu

# to build qsvlite
cargo build --profile release-nightly --bin qsvlite -Z build-std=std,panic_abort \
Expand Down

0 comments on commit a5d525b

Please sign in to comment.