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:
Christian Hergert
2023-08-11 12:22:46 -07:00
parent 912f8e8852
commit 4ad44609d0
5 changed files with 10 additions and 46 deletions

View File

@ -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')