mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: remove optional support for libunwind
backtrace() was only ever used for bringup, not actually meant to be used in any production capacity.
This commit is contained in:
@ -29,9 +29,6 @@ option('systemdunitdir', type: 'string',
|
||||
# If Yelp documentation should be installed
|
||||
option('help', type: 'boolean')
|
||||
|
||||
# Disable use of libunwind
|
||||
option('libunwind', type: 'boolean')
|
||||
|
||||
# Build libsysprof (required by tools, tests, sysprof, etc)
|
||||
option('libsysprof', type: 'boolean')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user