| commit | c4b572a24cfd4c4dcfbfa8865855ce460f90af42 | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Mon Mar 03 19:13:34 2025 -0700 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Mon Mar 03 19:13:34 2025 -0700 |
| tree | 5437fd059c7b6f8c001e71bb72efc9bf944a2979 | |
| parent | 50fe45f43ca24fc75c836afa9ef688b47ba6767b [diff] |
[meson] Add buildtype=debugoptimize by default Fixes https://github.com/harfbuzz/harfbuzz/issues/5103
diff --git a/meson.build b/meson.build index ab46197..0978ada 100644 --- a/meson.build +++ b/meson.build
@@ -6,6 +6,7 @@ # 'cpp_rtti=false', # Do NOT enable, wraps inherit it and ICU needs RTTI 'cpp_std=c++11', 'wrap_mode=nofallback', # Use --wrap-mode=default to revert, https://github.com/harfbuzz/harfbuzz/pull/2548 + 'buildtype=debugoptimized', ], )