From ad37f577261dad19e7b0c7aedf68a800f13ed515 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 5 Jan 2016 03:29:17 +0200 Subject: [PATCH] don't strip, it's not useful in the age of huge SD cards --- loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/Makefile b/loader/Makefile index 99f0af6..90b6839 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -6,7 +6,7 @@ CFLAGS += -Wall -ggdb -DLOADER LDFLAGS += -ggdb -lpthread -lrt ifndef DEBUG CFLAGS += -O2 -fno-strict-aliasing -LDFLAGS += -s -O2 +LDFLAGS += -O2 endif ifdef DBG CFLAGS += -DDBG=$(DBG) -- 2.39.2