1
Fork 0

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:
Matthias Krüger 2022-08-07 21:10:23 +02:00 committed by GitHub
commit ae5e659c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
#