mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
build: Add more Meson options for disabling parts of the build
This is all aimed at making it so that sysprof can be built as a subproject within GLib, with only `libsysprof-capture-4.a` being produced as output. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@ -32,3 +32,15 @@ option('help', type: 'boolean')
|
||||
|
||||
# Disable use of libunwind
|
||||
option('libunwind', type: 'boolean')
|
||||
|
||||
# Optionally disable the tools (this is mostly only useful for building only
|
||||
# libsysprof-capture as a subproject)
|
||||
option('enable_tools', type: 'boolean')
|
||||
|
||||
# Optionally disable the tests (this is mostly only useful for building only
|
||||
# libsysprof-capture as a subproject)
|
||||
option('enable_tests', type: 'boolean')
|
||||
|
||||
# Optionally disable the examples (this is mostly only useful for building only
|
||||
# libsysprof-capture as a subproject)
|
||||
option('enable_examples', type: 'boolean')
|
||||
|
||||
Reference in New Issue
Block a user