Skip to content

Commit 61c8c0a

Browse files
committedAug 6, 2022
Document the no-std target option in config.toml.example
1 parent 44bd81d commit 61c8c0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎config.toml.example

+4
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,10 @@ changelog-seen = 2
721721
# probably don't want to use this.
722722
#qemu-rootfs = <none> (path)
723723

724+
# Skip building the `std` library for this target. Enabled by default for
725+
# target triples containing `-none`, `nvptx`, `switch`, or `-uefi`.
726+
#no-std = <platform-specific> (bool)
727+
724728
# =============================================================================
725729
# Distribution options
726730
#

0 commit comments

Comments
 (0)
Please sign in to comment.