mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 04:44:19 +08:00
Drop backtrace feature from aarch64 std build
This commit is contained in:
parent
ae6644cefd
commit
292ee1e2b7
@ -1,4 +1,7 @@
|
||||
[dependencies.std]
|
||||
[target.aarch64-unknown-redox.dependencies.std]
|
||||
features = ["panic_unwind"]
|
||||
|
||||
[target.x86_64-unknown-redox.dependencies.std]
|
||||
features = ["panic_unwind", "backtrace"]
|
||||
|
||||
#[dependencies.test]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user