Rollup merge of #100038 - nicholasbishop:bishop-add-no-std, r=Mark-Simulacrum
Document the `no-std` target option in config.toml.example
This commit is contained in:
commit
ae5e659c39
1 changed files with 4 additions and 0 deletions
|
@ -721,6 +721,10 @@ changelog-seen = 2
|
|||
# probably don't want to use this.
|
||||
#qemu-rootfs = <none> (path)
|
||||
|
||||
# Skip building the `std` library for this target. Enabled by default for
|
||||
# target triples containing `-none`, `nvptx`, `switch`, or `-uefi`.
|
||||
#no-std = <platform-specific> (bool)
|
||||
|
||||
# =============================================================================
|
||||
# Distribution options
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue