Skip to content

Commit aae0a6e

Browse files
adamgemmelldavidtwco
authored andcommitted
1a: mention compiler-builtins profile override
1 parent bfdd6c9 commit aae0a6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-build-std/4-stage-1a.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ missing special object files.
323323
[compiler-builtins]: #compiler-builtins
324324

325325
`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.
326+
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.
327328

328329
rustc will automatically use a large number of codegen units for the
329330
`compiler-builtins` crate, unless manually specified using the `-Ccodegen-units`

0 commit comments

Comments
 (0)