mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 20:04:19 +08:00
Disable backtrace
This commit is contained in:
parent
93185f3995
commit
24cf46a58c
@ -2,7 +2,8 @@
|
||||
features = ["panic_unwind"]
|
||||
|
||||
[target.x86_64-unknown-redox.dependencies.std]
|
||||
features = ["panic_unwind", "backtrace"]
|
||||
features = ["panic_unwind"]
|
||||
#features = ["panic_unwind", "backtrace"]
|
||||
|
||||
#[dependencies.test]
|
||||
#stage = 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user