printf-builtin)
CONFIG="--with-printf-hooks=builtin"
;;
-all|codeql|coverage|sonarcloud)
+all|codeql|coverage|sonarcloud|no-dbg)
if [ "$TEST" = "sonarcloud" ]; then
if [ -z "$SONAR_PROJECT" -o -z "$SONAR_ORGANIZATION" -o -z "$SONAR_TOKEN" ]; then
echo "The SONAR_PROJECT, SONAR_ORGANIZATION and SONAR_TOKEN" \
# don't run tests, only analyze built code
TARGET=
fi
+ if [ "$TEST" = "no-dbg" ]; then
+ CFLAGS="$CFLAGS -DDEBUG_LEVEL=-1"
+ fi
CONFIG="--enable-all --disable-android-dns --disable-android-log
--disable-kernel-pfroute --disable-keychain
--disable-lock-profiler --disable-padlock --disable-fuzzing