1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Drop really verbose logging from build tests as it makes things too slow

This commit is contained in:
Bram Matthys
2026-02-28 12:18:11 +01:00
parent b06a3a34d0
commit 426289e377
+2 -1
View File
@@ -16,7 +16,8 @@ else
export MAKE="make -j4"
fi
export CPPFLAGS="$CPPFLAGS -DFAKELAG_CONFIGURABLE -DNOREMOVETMP -DRAWCMDLOGGING"
# -DRAWCMDLOGGING was dropped, but can be useful for debugging
export CPPFLAGS="$CPPFLAGS -DFAKELAG_CONFIGURABLE -DNOREMOVETMP"
# !! skipped for now: extras/build-tests/nix/select-config $BUILDCONFIG !!
# !! temporary use this: