move -fvisibility=hidden to the top of the source tree, and remove its internal use...
[ardour.git] / libs / audiographer / wscript
index 183b272518114cef62f3abcdea5b8cb395b2009e..f2920a6c7f5e8099bdd9f2fb9cdb8ab432064d59 100644 (file)
@@ -68,8 +68,6 @@ def build(bld):
         audiographer              = bld.shlib(features = 'c cxx cshlib cxxshlib', source=audiographer_sources)
         # macros for this shared library
         audiographer.defines      = [ 'LIBAUDIOGRAPHER_DLL_EXPORTS=1' ]
-        audiographer.cflags       = [ '-fvisibility=hidden' ]
-        audiographer.cxxflags     = [ '-fvisibility=hidden' ]
     else:
         audiographer              = bld.stlib(features = 'c cxx cstlib cxxstlib', source=libardour_sources)
         audiographer.cxxflags     = [ '-fPIC' ]