mirror of
https://github.com/labwc/labwc.git
synced 2026-04-02 07:15:43 -04:00
CI: enable gcc static analyzer
This commit is contained in:
parent
c9de358075
commit
b959e23d6d
3 changed files with 16 additions and 0 deletions
|
|
@ -2,3 +2,4 @@ option('man-pages', type: 'feature', value: 'auto', description: 'Generate and i
|
|||
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
|
||||
option('svg', type: 'feature', value: 'enabled', description: 'Enable svg window buttons')
|
||||
option('nls', type: 'feature', value: 'auto', description: 'Enable native language support')
|
||||
option('static_analyzer', type: 'feature', value: 'disabled', description: 'Run gcc static analyzer')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue