Default LLVM_STATIC to OFF (it's kinda broken currently, gives various linking issues).
This commit is contained in:
@@ -278,7 +278,7 @@ unset(PLATFORM_DEFAULT)
|
|||||||
|
|
||||||
# LLVM
|
# LLVM
|
||||||
option(WITH_LLVM "Use LLVM" OFF)
|
option(WITH_LLVM "Use LLVM" OFF)
|
||||||
option(LLVM_STATIC "Link with LLVM static libraries" ON)
|
option(LLVM_STATIC "Link with LLVM static libraries" OFF)
|
||||||
mark_as_advanced(LLVM_STATIC)
|
mark_as_advanced(LLVM_STATIC)
|
||||||
|
|
||||||
# disable for now, but plan to support on all platforms eventually
|
# disable for now, but plan to support on all platforms eventually
|
||||||
|
Reference in New Issue
Block a user