diff options
| author | Gregor Peach <gregorpeach@gmail.com> | 2020-01-04 15:40:36 -0800 |
|---|---|---|
| committer | Gregor Peach <gregorpeach@gmail.com> | 2020-01-30 15:40:14 -0500 |
| commit | 0d52c562db18e85cf53078c9ddb40abe469a4aab (patch) | |
| tree | 69a70c7774210ef35f7954299ea921aeb0329a54 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs | |
| parent | 760ce94c69ca510d44087291c311296f6d9ccdf5 (diff) | |
| download | rust-0d52c562db18e85cf53078c9ddb40abe469a4aab.tar.gz rust-0d52c562db18e85cf53078c9ddb40abe469a4aab.zip | |
Change opt-level from 2 back to 3
In Cargo.toml, the opt-level for `release` and `bench` was overridden to be 2. This was to work around a problem with LLVM 7. However, rust no longer uses LLVM 7, so this is no longer needed. This creates a small compile time regression in MIR constant eval, so I've added a #[inline(always)] on the `step` function used in const eval Also creates a binary size increase in wasm-stringify-ints-small, so I've bumped the limit there.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions
