Skip to content

Commit 2908598

Browse files
Update meson.build
1 parent 08aa2df commit 2908598

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ project('Pizza Test', 'c', 'cpp',
22
meson_version: '>=1.3.0',
33
license: 'MPL-2.0',
44
version: '1.2.6',
5-
default_options: ['c_std=c11,c18', 'cpp_std=c++20', 'buildtype=release'])
5+
default_options: [
6+
'c_std=c11,c18',
7+
'cpp_std=c++20',
8+
'buildtype=release'])
69

710
subdir('code')

0 commit comments

Comments
 (0)