mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
lib: only export ^sp_ symbols
This commit is contained in:
@ -114,6 +114,9 @@ libsysprof_@API_VERSION@_la_LIBADD = \
|
|||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
libsysprof_@API_VERSION@_la_LDFLAGS = \
|
libsysprof_@API_VERSION@_la_LDFLAGS = \
|
||||||
|
-avoid-version \
|
||||||
|
-no-undefined \
|
||||||
|
-export-symbols-regex '^(sp_).*' \
|
||||||
$(WARN_LDFLAGS) \
|
$(WARN_LDFLAGS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user