We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455a950 commit 0acab34Copy full SHA for 0acab34
meson.build
@@ -1,4 +1,8 @@
1
-project('neural', 'c', version: '0.1')
+project('neural', 'c', version: '0.1',
2
+ default_options: [
3
+ 'warning_level=3'
4
+ ]
5
+)
6
7
cc = meson.get_compiler('c')
8
math_dep = cc.find_library('m')
0 commit comments