Clean stale objects before Linux daemon builds

This commit is contained in:
root
2026-05-02 07:25:10 +00:00
parent b7a32e71d0
commit 9b110d5523
+3
View File
@@ -45,6 +45,9 @@ case "$MODE" in
--disable-zmq \
--with-miniupnpc=no \
CXXFLAGS="${CXXFLAGS:--O0 -g0 --param ggc-min-expand=1 --param ggc-min-heapsize=32768}"
echo "Cleaning stale target objects before compiling..."
make clean
;;
wallet)
exec "$ROOT/contrib/build-linux-wallet.sh"