Skip to content
Snippets Groups Projects
Commit a12da32f authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Avoid reconfiguring llvm on a source change.

This reimplements root-project/root@13e0c197f3
parent a13a2895
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ if (NOT builtin_clang)
endif()
#---Define the way we want to build and what of llvm/clang/cling------------------------------------
set(LLVM_APPEND_VC_REV OFF CACHE BOOL "")
set(LLVM_ENABLE_WARNINGS OFF CACHE BOOL "")
set(LLVM_INCLUDE_TESTS OFF CACHE BOOL "")
set(LLVM_INCLUDE_BENCHMARKS OFF CACHE BOOL "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment