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