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
204 changed files with 6043 additions and 27412 deletions
Showing only changes of commit 32ca4a2e30 - Show all commits

View File

@@ -62,6 +62,7 @@ cc = meson.get_compiler('c')
# Common compiler flags
add_project_arguments('-Wno-deprecated-declarations', language: 'c')
add_project_arguments('-Wno-unused-parameter', language: 'c')
if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimized'
add_project_arguments('-ggdb3', language: 'c')