mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
gst-full: use '-Wl,-Bsymbolic-functions' to reduce footprint
As most of the gst/glib modules, use this linker flag to reduce footprint. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/204>
This commit is contained in:
parent
139fbac92e
commit
f82527519c
1 changed files with 2 additions and 1 deletions
|
@ -259,7 +259,8 @@ if get_option('default_library') == 'static'
|
|||
all_plugins_paths]
|
||||
)
|
||||
|
||||
gstfull_link_args = []
|
||||
gstfull_link_args = cc.get_supported_link_arguments(['-Wl,-Bsymbolic-functions'])
|
||||
|
||||
# Get a list of libraries that needs to be exposed in the ABI.
|
||||
exposed_libs = []
|
||||
incdir_deps = []
|
||||
|
|
Loading…
Reference in a new issue