build: enable more warnings in debug mode
This commit is contained in:
@@ -63,6 +63,8 @@ if is_debug
|
|||||||
add_project_arguments([
|
add_project_arguments([
|
||||||
'-ggdb3',
|
'-ggdb3',
|
||||||
'-Wunused',
|
'-Wunused',
|
||||||
|
'-Wall',
|
||||||
|
'-Wextra',
|
||||||
], language: 'c')
|
], language: 'c')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user