Skip to content

Commit

Permalink
Revert "Auto merge of #52212 - kennytm:o3-again, r=alexcrichton"
Browse files Browse the repository at this point in the history
This reverts commit 1731f0a, reversing
changes made to 0a8275f.
  • Loading branch information
kennytm committed Jul 14, 2018
1 parent 1731f0a commit d332fc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Cargo.toml
Expand Up @@ -40,6 +40,13 @@ members = [
"tools/rls/test_data/workspace_symbol",
]

# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3
# See issue https://github.com/rust-lang/rust/issues/52378
[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]
Expand Down

0 comments on commit d332fc3

Please sign in to comment.