build: add 'sections' option to show unused functions

This commit is contained in:
Johan Malm 2025-09-26 17:47:47 +01:00 committed by Johan Malm
parent c5cd1f691d
commit 27f3097f8f
2 changed files with 11 additions and 0 deletions

View file

@ -5,3 +5,4 @@ option('icon', type: 'feature', value: 'enabled', description: 'Enable window ic
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
option('test', type: 'feature', value: 'disabled', description: 'Run tests')
option('sections', type: 'feature', value: 'disabled', description: 'Show unused functions')