merge/upstream-full #105

Manually merged
jabber.developer merged 407 commits from merge/upstream-full into master 2026-05-26 17:54:34 +00:00
222 changed files with 6626 additions and 27605 deletions
Showing only changes of commit ec45a19c72 - Show all commits

View File

@@ -69,6 +69,9 @@ if is_debug
'-D_FORTIFY_SOURCE=2',
'-Og'
], language: 'c')
if cc.get_id() == 'gcc'
add_project_arguments('-fanalyzer', language: 'c')
endif
endif
if cc.get_id() == 'clang'