From b8e65a2f7ffdfe44e5adccca80433f3d82b184d1 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 1 Jun 2019 08:24:31 +0200 Subject: [PATCH] Buildbot: *NIX build test: add -DNOREMOVETMP to make valgrind do a better job at printing module information (I hope). --- extras/build-tests/nix/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/build-tests/nix/build b/extras/build-tests/nix/build index c3119e92b..2f063ce8a 100755 --- a/extras/build-tests/nix/build +++ b/extras/build-tests/nix/build @@ -16,7 +16,7 @@ else export MAKE="make -j3" fi -export CPPFLAGS="-DFAKELAG_CONFIGURABLE" +export CPPFLAGS="-DFAKELAG_CONFIGURABLE -DNOREMOVETMP" # !! skipped for now: extras/build-tests/nix/select-config $BUILDCONFIG !! # !! temporary use this: