File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ opt optimize-cxx 1 "build optimized C++ code"
533
533
opt optimize-llvm 1 " build optimized LLVM"
534
534
opt optimize-tests 1 " build tests with optimizations"
535
535
opt libcpp 1 " build with llvm with libc++ instead of libstdc++ when using clang"
536
- opt llvm-assertions 1 " build LLVM with assertions"
536
+ opt llvm-assertions 0 " build LLVM with assertions"
537
537
opt debug-assertions 0 " build with debugging assertions"
538
538
opt fast-make 0 " use .gitmodules as timestamp for submodule deps"
539
539
opt ccache 0 " invoke gcc/clang via ccache to reuse object files between builds"
1170
1170
LLVM_DBG_OPTS=" --enable-optimized"
1171
1171
LLVM_INST_DIR=$LLVM_BUILD_DIR /Release
1172
1172
fi
1173
- if [ ! -z " $CFG_DISABLE_LLVM_ASSERTIONS " ]
1173
+ if [ -z " $CFG_ENABLE_LLVM_ASSERTIONS " ]
1174
1174
then
1175
1175
LLVM_ASSERTION_OPTS=" --disable-assertions"
1176
1176
else
You can’t perform that action at this time.
0 commit comments