From 2cc7ccd6e318f956cd5531df188feef8d8e60402 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Mon, 23 Sep 2024 23:45:05 +0200 Subject: [PATCH] Try with LINK_LLVM_STATIC on. --- build/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index b5427e7f6f..2819f69e85 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -39,7 +39,7 @@ option ( INCLUDE_EMCC "Include emcc targets" on ) option ( INCLUDE_WASM_GLUE "Include wasm glue targets" on ) option ( MSVC_STATIC "Use static runtimes with MSVC" off) option ( SELF_CONTAINED_LIBRARY "Don't search system architecture files." off) -option ( LINK_LLVM_STATIC "Link LLVM statically" off ) +option ( LINK_LLVM_STATIC "Link LLVM statically" on ) ####################################### # Check output options