build: make libunwind optional

This commit is contained in:
Christian Hergert
2020-02-17 12:02:44 -08:00
parent ee5c43f107
commit e06638d665
3 changed files with 12 additions and 4 deletions

View File

@ -29,3 +29,6 @@ option('debugdir', type: 'string',
# If Yelp documentation should be installed
option('help', type: 'boolean')
# Disable use of libunwind
option('libunwind', type: 'boolean')