Document the no-std target option in config.toml.example

This commit is contained in:
Nicholas Bishop 2022-08-01 18:12:07 -04:00 committed by Nicholas Bishop
parent 44bd81da68
commit 61c8c0a0a1

View file

@ -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
#