Skip to content

Commit 872f532

Browse files
committed
Enable unwinding panics on Redox
1 parent 7ac979d commit 872f532

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_back/target/redox_base.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
use {LinkerFlavor, PanicStrategy};
11+
use LinkerFlavor;
1212
use target::{LinkArgs, TargetOptions};
1313
use std::default::Default;
1414

@@ -37,7 +37,6 @@ pub fn opts() -> TargetOptions {
3737
target_family: None,
3838
linker_is_gnu: true,
3939
has_elf_tls: true,
40-
panic_strategy: PanicStrategy::Abort,
4140
.. Default::default()
4241
}
4342
}

0 commit comments

Comments
 (0)