Skip to content

Commit 0acab34

Browse files
committed
refactor: Raise warning-level
1 parent 455a950 commit 0acab34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

meson.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
project('neural', 'c', version: '0.1')
1+
project('neural', 'c', version: '0.1',
2+
default_options: [
3+
'warning_level=3'
4+
]
5+
)
26

37
cc = meson.get_compiler('c')
48
math_dep = cc.find_library('m')

0 commit comments

Comments
 (0)