From: notaz Date: Tue, 5 Jan 2016 01:29:17 +0000 (+0200) Subject: don't strip, it's not useful in the age of huge SD cards X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=commitdiff_plain;h=ad37f577261dad19e7b0c7aedf68a800f13ed515 don't strip, it's not useful in the age of huge SD cards --- 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)