blob: b42fb35d496835defc3624cbfab7244fbc445dbb (
plain)
1
2
3
4
5
6
7
8
|
# SPDX-License-Identifier: Apache-2.0
# Copyright © 2023-2024 Intel Corporation
project('sanitizer', 'c', meson_version : '>= 1.8')
summary({
'value': get_option('b_sanitize'),
}, section: 'summary')
|