forked from gentoo-utils/gentoo-utils
set buildtype to debugoptimized
This commit is contained in:
2
check.sh
2
check.sh
@@ -12,7 +12,7 @@ if [[ -n ${ldd} ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d build ]]; then
|
if [[ ! -d build ]]; then
|
||||||
meson setup -Dfuzz=enabled -Dtests=enabled build || exit $?
|
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized build || exit $?
|
||||||
fi
|
fi
|
||||||
|
|
||||||
meson compile -C build || exit $?
|
meson compile -C build || exit $?
|
||||||
|
|||||||
Reference in New Issue
Block a user