We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CFLAGS
compiler-builtins/c
1 parent aae0a6e commit 80442f7Copy full SHA for 80442f7
text/0000-build-std/4-stage-1a.md
@@ -363,7 +363,8 @@ It will not be enabled by default because it is possible that the target
363
platform does not have a suitable C compiler available. The user being able to
364
enable this manually will be enabled through work on features (see
365
[*Allow enabling/disabling features with build-std*][future-features] from Stage
366
-1b).
+1b). Once the user can enable `compiler-builtins/c`, they will need to manually
367
+configure `CFLAGS` to ensure that the C components will link with Rust code.
368
369
## Caching
370
[caching]: #caching
0 commit comments