From 3ccafd0825ae7708456f6b464a81d6d5c6c2104b Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Mon, 4 Jan 2021 18:29:10 -0800 Subject: [PATCH] Tweak build. --- ueforth/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ueforth/Makefile b/ueforth/Makefile index d13a44e..13613e0 100644 --- a/ueforth/Makefile +++ b/ueforth/Makefile @@ -132,6 +132,7 @@ $(POSIX)/ueforth: \ common/core.h \ $(GEN)/posix_boot.h | $(POSIX) $(CC) $(CFLAGS) $< -o $@ $(LIBS) + strip $(STRIP_ARGS) $@ # ---- WINDOWS ----