build: enable more warnings in debug mode

This commit is contained in:
Michael Vetter
2026-02-20 13:26:23 +01:00
parent 6221d1046a
commit a1fe714487

View File

@@ -63,6 +63,8 @@ if is_debug
add_project_arguments([
'-ggdb3',
'-Wunused',
'-Wall',
'-Wextra',
], language: 'c')
endif