-fvisibility=hidden works with plugins with no code changes - refs #1826
This commit is contained in:
parent
7c4adea08e
commit
ac5cd2e386
1 changed files with 2 additions and 2 deletions
|
@ -1712,8 +1712,8 @@ if not HELP_REQUESTED:
|
||||||
Export('env')
|
Export('env')
|
||||||
|
|
||||||
plugin_base = env.Clone()
|
plugin_base = env.Clone()
|
||||||
#plugin_base.Append(CXXFLAGS='-fvisibility=hidden')
|
if not env['DEBUG']:
|
||||||
#plugin_base.Append(CXXFLAGS='-fvisibility-inlines-hidden')
|
plugin_base.Append(CXXFLAGS='-fvisibility=hidden')
|
||||||
|
|
||||||
Export('plugin_base')
|
Export('plugin_base')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue