mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: remove libsysprof
This library is going away now that we have -analyze and -profile libs.
This commit is contained in:
@ -8,9 +8,6 @@ option('development', type: 'boolean', value: 'false')
|
||||
# server scenarios.
|
||||
option('gtk', type: 'boolean')
|
||||
|
||||
# Disable libsysprof/ui (in situations you only want sysprof-capture)
|
||||
option('libsysprof', type: 'boolean')
|
||||
|
||||
# Allow disabling the installation of libsysprof-capture*.a
|
||||
option('install-static', type: 'boolean')
|
||||
|
||||
@ -29,12 +26,6 @@ option('systemdunitdir', type: 'string',
|
||||
description: 'Directory for systemd service files'
|
||||
)
|
||||
|
||||
# An optional location to specify where to locate debug information. This
|
||||
# is useful for distributions to set based on their debuginfo setup.
|
||||
option('debugdir', type: 'string',
|
||||
description: 'Look for global separate debug info in this path'
|
||||
)
|
||||
|
||||
# If Yelp documentation should be installed
|
||||
option('help', type: 'boolean')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user