From 67d32a39ed3e6a38965683928ac49f65406a40c9 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 6 Nov 2017 10:24:44 -0500 Subject: [PATCH] pause: do not strip binary Debug symbols are needed in distro-supplied debuginfo packages. Signed-off-by: Lokesh Mandvekar --- pause/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/pause/Makefile b/pause/Makefile index f0951af7..949e16b3 100644 --- a/pause/Makefile +++ b/pause/Makefile @@ -6,7 +6,6 @@ override CFLAGS += -std=c99 -Os -Wall -Wextra -static pause: $(obj) $(CC) -o ../bin/$@ $^ $(CFLAGS) $(LIBS) - strip ../bin/$@ .PHONY: clean clean: