mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: use specify pic for static libsysprof-capture
This commit is contained in:
@ -52,6 +52,7 @@ libsysprof_capture = static_library(
|
||||
install_dir: get_option('libdir'),
|
||||
install: not meson.is_subproject(),
|
||||
gnu_symbol_visibility: 'hidden',
|
||||
pic: true,
|
||||
)
|
||||
|
||||
libsysprof_capture_include_dirs = include_directories('.')
|
||||
|
||||
Reference in New Issue
Block a user