We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b85556 commit 7fa6e67Copy full SHA for 7fa6e67
meson.build
@@ -1,7 +1,12 @@
1
-project('hypersonik', 'c', version: '0.4.0')
+project(
2
+ 'hypersonik',
3
+ 'c',
4
+ version: '0.4.0',
5
+ default_options: ['warning_level=3']
6
+)
7
8
add_global_arguments(
- '-Wall',
9
+ '-Wno-unused-parameter',
10
'-DCOBJMACROS',
11
'-D_WIN32_WINNT=0x0600',
12
'-ffunction-sections',
0 commit comments