mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +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]
|
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.
|
# Get a list of libraries that needs to be exposed in the ABI.
|
||||||
exposed_libs = []
|
exposed_libs = []
|
||||||
incdir_deps = []
|
incdir_deps = []
|
||||||
|
|
Loading…
Reference in a new issue