chiark / gitweb /
networkd: link - only save original MTU when necessary
[elogind.git] / Makefile.am
index 677de0cf0c4056ada99d047ca3f6d23678c5745d..72da6677164d9edc92d8bc762eeb593379d3b4b6 100644 (file)
@@ -4926,7 +4926,7 @@ valgrind-tests: $(TESTS)
                if file $$f | grep -q shell; then \
                echo -e "$${x}Skipping non-binary $$f"; else \
                echo -e "$${x}Running $$f"; \
-               libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=4194400 --error-exitcode=55 $(builddir)/$$f ; fi; \
+               libtool --mode=execute valgrind -q --leak-check=full --max-stackframe=5242880 --error-exitcode=55 $(builddir)/$$f ; fi; \
                x="\n\n"; \
        done