| commit | b8121ccbb687dc853118e81810cc0565ce0037d4 | [log] [tgz] |
|---|---|---|
| author | Duncan Overbruck <mail@duncano.de> | Thu Sep 21 15:41:09 2023 +0200 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Thu Sep 21 10:04:46 2023 -0600 |
| tree | db53d19b241073180888165a68a85c663d8a5724 | |
| parent | 5aa4865a86fd97e76e857823dd4b32c65d2fa0ad [diff] |
[meson] keep asserts in test programs
diff --git a/src/meson.build b/src/meson.build index d6c353e..5401e5d 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -712,7 +712,7 @@ foreach name, source : noinst_programs executable(name, source, include_directories: incconfig, - cpp_args: cpp_args, + cpp_args: cpp_args + ['-UNDEBUG'], dependencies: libharfbuzz_dep, install: false, )