From 8acd16c9818ae5e97478adc43c47df6346b1db4a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 23 Feb 2021 11:06:19 +0100 Subject: [PATCH] do not force cleanup after compiling --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 742904a..8829d67 100755 --- a/build +++ b/build @@ -278,7 +278,7 @@ pmodules::compile() { "${BOOTSTRAP_DIR}/Pmodules/modbuild.in" \ "--config=${config_file}" \ - "--enable-cleanup" \ + "--disable-cleanup" \ "--force-rebuild" \ "--debug" \ "--verbose" \