[Bf-blender-cvs] [07bb364] master: OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway.

Jens Verwiebe noreply at git.blender.org
Fri Sep 19 15:00:31 CEST 2014


Commit: 07bb3641f5d7fc0b1115058f268dbb8607f6023a
Author: Jens Verwiebe
Date:   Fri Sep 19 15:00:15 2014 +0200
Branches: master
https://developer.blender.org/rB07bb3641f5d7fc0b1115058f268dbb8607f6023a

OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway.

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

M	source/creator/osx_locals.map

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

diff --git a/source/creator/osx_locals.map b/source/creator/osx_locals.map
index a1d7e7f..8405be7 100644
--- a/source/creator/osx_locals.map
+++ b/source/creator/osx_locals.map
@@ -2,4 +2,7 @@
 ## (aka visibility=hidden) and will not be global in the output file
 *boost*
 *__ZNSt6vector*
+*llvm*
+*LLVM*
+*OSL*




More information about the Bf-blender-cvs mailing list