[Bf-blender-cvs] [5e4a97d] master: Default LLVM_STATIC to OFF (it's kinda broken currently, gives various linking issues).

Bastien Montagne noreply at git.blender.org
Wed Jul 30 20:31:49 CEST 2014


Commit: 5e4a97d109b24444b9f2a80fdea6788d4d7a140d
Author: Bastien Montagne
Date:   Wed Jul 30 20:31:13 2014 +0200
Branches: master
https://developer.blender.org/rB5e4a97d109b24444b9f2a80fdea6788d4d7a140d

Default LLVM_STATIC to OFF (it's kinda broken currently, gives various linking issues).

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca83e9d..e1ed090 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,7 @@ unset(PLATFORM_DEFAULT)
 
 # LLVM
 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)
 
 # disable for now, but plan to support on all platforms eventually




More information about the Bf-blender-cvs mailing list