Build: hide USD symbols, make Blender symbols visible again

Following up to b555b8d.

Building Blender with hidden symbols but using libraries with visible symbols
was giving linker warnings, specifically for USD. So revert that for now, as
it was not needed for the bugfix.

Hide USD symbols (some of which are not in the USD namespace) to avoid potential
conflicts. May potentially help with AMD OpenCL issues in T74262.
This commit is contained in:
Brecht Van Lommel
2020-04-05 20:56:06 +02:00
parent f1573731bc
commit bae1c243ce
4 changed files with 6 additions and 2 deletions

View File

@@ -58,12 +58,15 @@ local:
opj_*;
opus_*;
*OSL*;
*pathYy*;
png_*;
*SDL*;
*squish*;
*tbb*;
*textFileFormatYy*;
*TIFF*;
*tinyformat*;
*usdBlender*;
vorbis*;
vp8*;
vp9*;

View File

@@ -49,12 +49,15 @@ ogg*
opj_*
opus_*
*OSL*
*pathYy*
png_*
*SDL*
*squish*
*tbb*
*textFileFormatYy*
*TIFF*
*tinyformat*
*usdBlender*
vorbis*
vp8*
vp9*