Formatting
This commit is contained in:
parent
29d6aaae32
commit
f8ed98503e
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ unsafe fn configure_llvm(sess: &Session) {
|
|||
}
|
||||
}
|
||||
|
||||
if sess.target.target.target_os == "emscripten" && sess.panic_strategy() == PanicStrategy::Unwind {
|
||||
if sess.target.target.target_os == "emscripten" &&
|
||||
sess.panic_strategy() == PanicStrategy::Unwind {
|
||||
add("-enable-emscripten-cxx-exceptions");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue