Skip to content

Commit 86c0bfc

Browse files
committed
minor meson fixes
1 parent aa81bff commit 86c0bfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
default_options: {
77
'buildtype': 'debug',
88
'optimization': '3',
9-
'strip': 'true',
9+
'strip': true,
1010
'cpp_std': ['c++23', 'c++latest', 'vc++latest', 'c++20'],
1111
'b_ndebug': 'if-release',
1212

tests/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ core_tests = executable(
3131
override_options: {
3232
'warning_level': '3',
3333
'werror': true,
34+
'b_coverage': false,
3435
},
3536
)
3637

0 commit comments

Comments
 (0)