Skip to content

Commit

Permalink
Change the comment on opt-level = 2 to point to rust-lang#50867
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed May 29, 2018
1 parent 01e8616 commit 5067d2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ 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.
# Curiously, libtest will segfault if compiled with opt-level=3
# with some versions of XCode: https://github.com/rust-lang/rust/issues/50867
[profile.release]
opt-level = 2
[profile.bench]
Expand Down

0 comments on commit 5067d2f

Please sign in to comment.