Cargo Features
[dependencies]
bootloader-x86_64-bios-common = { version = "0.11.9", default-features = false, features = ["debug"] }
- default = debug
-
The
debug
feature is set by default wheneverbootloader-x86_64-bios-common
is added without
somewhere in the dependency tree.default-features = false - debug default
bootloader-x86_64-bios-common has 2 features without comments.