mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
rollback applying visibility contraints to plugins
This commit is contained in:
parent
dc1e875cb4
commit
4b09df71aa
@ -1593,8 +1593,11 @@ if not HELP_REQUESTED:
|
||||
Export('env')
|
||||
|
||||
plugin_base = env.Clone()
|
||||
plugin_base.Append(CXXFLAGS='-fvisibility=hidden')
|
||||
plugin_base.Append(CXXFLAGS='-fvisibility-inlines-hidden')
|
||||
# for this to work you need:
|
||||
# if __GNUC__ >= 4
|
||||
# define MAPNIK_EXP __attribute__ ((visibility ("default")))
|
||||
#plugin_base.Append(CXXFLAGS='-fvisibility=hidden')
|
||||
#plugin_base.Append(CXXFLAGS='-fvisibility-inlines-hidden')
|
||||
|
||||
Export('plugin_base')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user