bootloader
bootloader copied to clipboard
Question about the example
So in both the examples, -Zbuild-std=core is being passed from .cargo/config.toml. My question is how does that work with the boot/simple_bootsub crates that need std as well?
Or does the build options only apply to the main crate and not the boot sub crates as well?