Skip to content

Commit 8f63485

Browse files
committed
add optimized-compiler-builtins to target specific section
Signed-off-by: onur-ozkan <[email protected]>
1 parent 37eb9fa commit 8f63485

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config.example.toml

+9
Original file line numberDiff line numberDiff line change
@@ -922,6 +922,15 @@
922922
# argument as the test binary.
923923
#runner = <none> (string)
924924

925+
# Use the optimized LLVM C intrinsics for `compiler_builtins`, rather than Rust intrinsics
926+
# on this target.
927+
# Requires the LLVM submodule to be managed by bootstrap (i.e. not external) so that `compiler-rt`
928+
# sources are available.
929+
#
930+
# Setting this to `false` generates slower code, but removes the requirement for a C toolchain in
931+
# order to run `x check`.
932+
#optimized-compiler-builtins = build.optimized-compiler-builtins (bool)
933+
925934
# =============================================================================
926935
# Distribution options
927936
#

0 commit comments

Comments
 (0)