Skip to content

Commit

Permalink
configure: Clarify help message for --enable-debug-assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Apr 8, 2015
1 parent 59e332b commit 2cdfd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -534,7 +534,7 @@ opt optimize-llvm 1 "build optimized LLVM"
opt optimize-tests 1 "build tests with optimizations"
opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang"
opt llvm-assertions 1 "build LLVM with assertions"
opt debug-assertions 0 "build with extra debug fun"
opt debug-assertions 0 "build with debugging assertions"
opt fast-make 0 "use .gitmodules as timestamp for submodule deps"
opt ccache 0 "invoke gcc/clang via ccache to reuse object files between builds"
opt local-rust 0 "use an installed rustc rather than downloading a snapshot"
Expand Down

0 comments on commit 2cdfd37

Please sign in to comment.