Skip to content

Commit 2cdfd37

Browse files
committed
configure: Clarify help message for --enable-debug-assertions
1 parent 59e332b commit 2cdfd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ opt optimize-llvm 1 "build optimized LLVM"
534534
opt optimize-tests 1 "build tests with optimizations"
535535
opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang"
536536
opt llvm-assertions 1 "build LLVM with assertions"
537-
opt debug-assertions 0 "build with extra debug fun"
537+
opt debug-assertions 0 "build with debugging assertions"
538538
opt fast-make 0 "use .gitmodules as timestamp for submodule deps"
539539
opt ccache 0 "invoke gcc/clang via ccache to reuse object files between builds"
540540
opt local-rust 0 "use an installed rustc rather than downloading a snapshot"

0 commit comments

Comments
 (0)