From 8b70635e796f1aad1c3a081e8087d14d112a7b86 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 17 Oct 2022 17:19:23 +0200 Subject: [PATCH] Do not strip apps --- apps/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 97187f7e..dba694f6 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -11,7 +11,6 @@ CFLAGS := -Wall -Wextra -Werror -Os $(APPS_BIN)/%: $(APPS_SRC)/%.c @mkdir -p $(@D) $(CC) $(CFLAGS) -o $@ $^ - $(STRIP) $@ build: $(REAL_APPS)