From 5062a00c7d2580d1245f7ad14760a91939c34bdc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 12 Jan 2014 11:34:37 -0500 Subject: move -fvisibility=hidden to the top of the source tree, and remove its internal use; use libtimecode as a shared lib again --- libs/audiographer/wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/audiographer') diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index 183b272518..f2920a6c7f 100644 --- a/libs/audiographer/wscript +++ b/libs/audiographer/wscript @@ -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' ] -- cgit v1.2.3