We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
optimized-compiler-builtins
1 parent 37eb9fa commit 8f63485Copy full SHA for 8f63485
config.example.toml
@@ -922,6 +922,15 @@
922
# argument as the test binary.
923
#runner = <none> (string)
924
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
+
934
# =============================================================================
935
# Distribution options
936
#
0 commit comments