Skip to content

Commit 22d3add

Browse files
committed
meson.build: use warning_level instead of -Wall
1 parent 03279f1 commit 22d3add

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

meson.build

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
project('hypersonik', 'c', version: '0.4.0')
1+
project(
2+
'hypersonik',
3+
'c',
4+
version: '0.4.0',
5+
default_options: ['warning_level=3']
6+
)
27

38
add_global_arguments(
4-
'-Wall',
59
'-DCOBJMACROS',
610
'-D_WIN32_WINNT=0x0600',
711
'-ffunction-sections',

0 commit comments

Comments
 (0)