]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #57803 - jethrogb:jb/sgx-unwind-version, r=alexcrichton
[rust.git] / config.toml.example
index c68d358b6a67e03a8469a65b59b042bdb45da5de..24293fc864c5f9a90db9cbf5d44fbb056ef01f32 100644 (file)
 # with clang-cl, so this is special in that it only compiles LLVM with clang-cl
 #clang-cl = '/path/to/clang-cl.exe'
 
+# Pass extra compiler and linker flags to the LLVM CMake build.
+#cflags = "-fextra-flag"
+#cxxflags = "-fextra-flag"
+#ldflags = "-Wl,extra-flag"
+
 # Use libc++ when building LLVM instead of libstdc++. This is the default on
 # platforms already use libc++ as the default C++ library, but this option
 # allows you to use libc++ even on platforms when it's not. You need to ensure
 #codegen-units-std = 1
 
 # Whether or not debug assertions are enabled for the compiler and standard
-# library. Also enables compilation of debug! and trace! logging macros.
+# library.
 #debug-assertions = false
 
 # Whether or not debuginfo is emitted