Details
Diff Detail
- Repository
- rB Blender
Event Timeline
| build_files/build_environment/patches/openimagedenoise.diff | ||
|---|---|---|
| 130 | Shouldn't we also "hide" symbols on non-windows? | |
| build_files/build_environment/patches/openimagedenoise.diff | ||
|---|---|---|
| 130 | Dunno, depends a bit on how clean of a ship we'd want to run, symbol visibility on gcc for the longest time was EXPORT ALL THE THINGS! and it still is unless you pass -fvisibility=hidden `#nm -D ./blender | grep " T " | wc -l seems to indicate that symbol visibility is not something we have looked at in the past on linux. | |
| build_files/build_environment/patches/openimagedenoise.diff | ||
|---|---|---|
| 130 |
That is correct. Just a bit weird we start addressing it on Windows but not on Linux. Was just curious, you know ;) | |
I have to admit, i never bothered to check on windows either until i recently needed to check if NvOptimusEnablement was still being exported and couldn't easily spot it in the list of 35k symbol exports that had no business being exported.
hence the cleanup :)