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 409417c commit 317e23dCopy full SHA for 317e23d
meson.build
@@ -5,6 +5,8 @@ project('Pizza Test', 'c', 'cpp',
5
default_options: [
6
'c_std=c11,c18',
7
'cpp_std=c++20',
8
- 'buildtype=release'])
+ 'buildtype=release'
9
+ ]
10
+)
11
12
subdir('code')
0 commit comments