We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59e332b commit 2cdfd37Copy full SHA for 2cdfd37
configure
@@ -534,7 +534,7 @@ opt optimize-llvm 1 "build optimized LLVM"
534
opt optimize-tests 1 "build tests with optimizations"
535
opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang"
536
opt llvm-assertions 1 "build LLVM with assertions"
537
-opt debug-assertions 0 "build with extra debug fun"
+opt debug-assertions 0 "build with debugging assertions"
538
opt fast-make 0 "use .gitmodules as timestamp for submodule deps"
539
opt ccache 0 "invoke gcc/clang via ccache to reuse object files between builds"
540
opt local-rust 0 "use an installed rustc rather than downloading a snapshot"
0 commit comments