Skip to content

Commit a1fe714

Browse files
committed
build: enable more warnings in debug mode
1 parent 6221d10 commit a1fe714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ if is_debug
6363
add_project_arguments([
6464
'-ggdb3',
6565
'-Wunused',
66+
'-Wall',
67+
'-Wextra',
6668
], language: 'c')
6769
endif
6870

0 commit comments

Comments
 (0)