Skip to content

Commit 317e23d

Browse files
Update meson.build
1 parent 409417c commit 317e23d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ project('Pizza Test', 'c', 'cpp',
55
default_options: [
66
'c_std=c11,c18',
77
'cpp_std=c++20',
8-
'buildtype=release'])
8+
'buildtype=release'
9+
]
10+
)
911

1012
subdir('code')

0 commit comments

Comments
 (0)