diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-30 19:05:19 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-30 19:05:19 +0000 |
| commit | 13a6ab5d21888428a13d57fa1ce6f6fdd84ddf14 (patch) | |
| tree | e9855c9d51a6e51b06d1cba802fe4b28e793fbd5 | |
| parent | f06859c447d13eb2c0385eefea6c73548fa83db5 (diff) | |
| download | gentoo-utils-13a6ab5d21888428a13d57fa1ce6f6fdd84ddf14.tar.gz | |
set buildtype to debugoptimized
| -rwxr-xr-x | check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $? |
