We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb9035 commit 81ab20fCopy full SHA for 81ab20f
config.example.toml
@@ -793,12 +793,12 @@
793
# C compiler to be used to compile C code. Note that the
794
# default value is platform specific, and if not specified it may also depend on
795
# what platform is crossing to what platform.
796
-# See `src/bootstrap/cc_detect.rs` for details.
+# See `src/bootstrap/src/utils/cc_detect.rs` for details.
797
#cc = "cc" (path)
798
799
# C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
800
# This is only used for host targets.
801
802
#cxx = "c++" (path)
803
804
# Archiver to be used to assemble static libraries compiled from C/C++ code.
0 commit comments