diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-03-20 01:18:08 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-05-01 09:04:36 +0200 |
| commit | aad9840ad49c56830384e87bc8bd87fd0199dc44 (patch) | |
| tree | c843e526978816e3d840739bdbc43f94577429dc | |
| parent | 9ff8ec8fdf02b6d8ba35373943e0c6de13597697 (diff) | |
| download | rust-aad9840ad49c56830384e87bc8bd87fd0199dc44.tar.gz rust-aad9840ad49c56830384e87bc8bd87fd0199dc44.zip | |
Set opt-level to 3
| -rw-r--r-- | src/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Cargo.toml b/src/Cargo.toml index 814c054c51e..35858ee2868 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -40,14 +40,6 @@ members = [ "tools/rls/test_data/workspace_symbol", ] -# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit -# MSVC when running the compile-fail test suite when a should-fail test panics. -# But hey if this is removed and it gets past the bots, sounds good to me. -[profile.release] -opt-level = 2 -[profile.bench] -opt-level = 2 - # These options are controlled from our rustc wrapper script, so turn them off # here and have them controlled elsewhere. [profile.dev] |
