mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 00:46:31 +00:00
Kconfig (#432)
* 内核编译配置 * 将kernel.config的解析代码搬入crate * 将设置feature函数放入CargoHandler中
This commit is contained in:
1
kernel/.gitignore
vendored
1
kernel/.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
target/
|
||||
src/kernel
|
||||
Cargo.lock
|
||||
D.config
|
||||
|
||||
# 将自动生成的C-Rust FFI加到gitignore
|
||||
src/include/bindings/bindings.rs
|
||||
|
@ -64,4 +64,4 @@ debug = true # Controls whether the compiler passes `-g`
|
||||
|
||||
# The release profile, used for `cargo build --release`
|
||||
[profile.release]
|
||||
debug = false
|
||||
debug = false
|
||||
|
Reference in New Issue
Block a user