mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-22 07:03:22 +00:00
fix: 修复由于升级到2024-07-23工具链之后,某些机器上面内核运行一直fault的问题。 (#870)
* fix: 修复由于升级到2024-07-23工具链之后,某些机器上面内核运行一直fault的问题。
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
runner = "bootimage runner"
|
||||
|
||||
[build]
|
||||
# '-Zlinker-features=-lld' 禁用rustlld(20240723),因为它与linkme0.3版本冲突
|
||||
rustflags = ["-Zlinker-features=-lld"]
|
||||
rustdocflags = ["-Zlinker-features=-lld"]
|
||||
rustflags = ["-Clink-args=-znostart-stop-gc"]
|
||||
rustdocflags = ["-Clink-args=-znostart-stop-gc"]
|
||||
|
||||
[env]
|
||||
|
Reference in New Issue
Block a user