diff --git a/meson.build b/meson.build index d6b5115..25a1239 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,8 @@ -project('neural', 'c', version: '0.1') +project('neural', 'c', version: '0.1', + default_options: [ + 'warning_level=3' + ] +) cc = meson.get_compiler('c') math_dep = cc.find_library('m')