Document the no-std
target option in config.toml.example
This commit is contained in:
parent
44bd81da68
commit
61c8c0a0a1
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
Reference in a new issue