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.
compiler-builtins
1 parent bfdd6c9 commit aae0a6eCopy full SHA for aae0a6e
text/0000-build-std/4-stage-1a.md
@@ -323,7 +323,8 @@ missing special object files.
323
[compiler-builtins]: #compiler-builtins
324
325
`compiler-builtins` is always built with `-Ccodegen-units=10000` to force each
326
-intrinsic into its own object file to avoid symbol clashes with libgcc.
+intrinsic into its own object file to avoid symbol clashes with libgcc. This is
327
+currently enforced with a profile override in the standard library's workspace.
328
329
rustc will automatically use a large number of codegen units for the
330
`compiler-builtins` crate, unless manually specified using the `-Ccodegen-units`
0 commit comments