Skip to content

Commit 5772c1d

Browse files
committed
meson: be more strict on compilation warnings
Signed-off-by: Jinghao Jia <jinghao7@illinois.edu>
1 parent 7d0e2ae commit 5772c1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ project('rex-compile',
33
version: '0.1.0',
44
default_options : [
55
'buildtype=debugoptimized',
6-
'warning_level=1',
6+
'warning_level=2',
7+
'werror=true',
78
'b_lto=true',
89
'b_lto_mode=thin',
910
'b_pie=true',

0 commit comments

Comments
 (0)