set buildtype to debugoptimized

This commit is contained in:
John Turner
2025-11-30 19:05:19 +00:00
parent f06859c447
commit 13a6ab5d21

View File

@@ -12,7 +12,7 @@ if [[ -n ${ldd} ]]; then
fi
if [[ ! -d build ]]; then
meson setup -Dfuzz=enabled -Dtests=enabled build || exit $?
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build || exit $?
fi
meson compile -C build || exit $?