We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f661e8a commit 1edf9bdCopy full SHA for 1edf9bd
.travis.yml
@@ -21,7 +21,8 @@ before_install:
21
env:
22
global:
23
- RUST_BACKTRACE=1
24
- - RUSTFLAGS="-D warnings"
+ # Enables additional cpu-specific optimizations.
25
+ - RUSTFLAGS="-D warnings -C target-cpu=native"
26
# Note: Currently (as of 2018-07-13), `clippy-preview` is only in the nightly
27
# release. A version of `rustfmt` that supports the `--check` option
28
# is also not in stable yet.
0 commit comments