Unverified Commit aaabd275 authored by Robert Kimball's avatar Robert Kimball Committed by GitHub

Disable warnings while building LLVM to make the log files cleaner and easier to search (#4429)

parent 8ee374fc
......@@ -99,6 +99,8 @@ else()
-DLLVM_ENABLE_TERMINFO=OFF
-DLLVM_ENABLE_ZLIB=OFF
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON
-DLLVM_ENABLE_WARNINGS=OFF
-DLLVM_ENABLE_PEDANTIC=OFF
-DLIBOMP_OMPT_SUPPORT=OFF
-DCLANG_ENABLE_ARCMT=OFF
-DCLANG_ANALYZER_ENABLE_Z3_SOLVER=OFF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment