We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b415f5 commit d88a778Copy full SHA for d88a778
pkgman/installers/common.py
@@ -584,7 +584,7 @@ def common_installer_llvm(properties):
584
cmake_command = ["cmake"] + get_env_compiler_settings() + get_cmake_build_type(debug) + ["-DCMAKE_INSTALL_PREFIX=" + destination_path,
585
"-DCMAKE_CXX_STANDARD="+cppstd, "-DLLVM_TARGETS_TO_BUILD=" + arch_list,
586
"-DLLVM_ENABLE_RTTI=ON", "-DLLVM_INCLUDE_EXAMPLES=OFF",
587
- "-DLLVM_INCLUDE_TESTS=OFF"]
+ "-DLLVM_INCLUDE_TESTS=OFF", "-DLLVM_ENABLE_Z3_SOLVER=OFF"]
588
589
if properties["ccache"]:
590
print(" i Enabling ccache on /cache ... ")
0 commit comments