Skip to content

Commit ae5e659

Browse files
authored
Rollup merge of #100038 - nicholasbishop:bishop-add-no-std, r=Mark-Simulacrum
Document the `no-std` target option in config.toml.example
2 parents 7be359e + 61c8c0a commit ae5e659

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)