| ; SPDX-FileCopyrightText: 2024 Emil Velikov <emil.l.velikov@gmail.com> | |
| ; SPDX-FileCopyrightText: 2024 Lucas De Marchi <lucas.de.marchi@gmail.com> | |
| ; | |
| ; SPDX-License-Identifier: LGPL-2.1-or-later | |
| [project options] | |
| build-tests = true | |
| debug-messages = true | |
| docs = true | |
| zstd = 'enabled' | |
| xz = 'enabled' | |
| zlib = 'enabled' | |
| openssl = 'enabled' | |
| werror = true | |
| b_sanitize = 'address,undefined' | |
| [built-in options] | |
| buildtype = 'debugoptimized' |