don't strip, it's not useful in the age of huge SD cards
authornotaz <notasas@gmail.com>
Tue, 5 Jan 2016 01:29:17 +0000 (03:29 +0200)
committernotaz <notasas@gmail.com>
Tue, 5 Jan 2016 01:31:14 +0000 (03:31 +0200)
loader/Makefile

index 99f0af6..90b6839 100644 (file)
@@ -6,7 +6,7 @@ CFLAGS += -Wall -ggdb -DLOADER
 LDFLAGS += -ggdb -lpthread -lrt
 ifndef DEBUG
 CFLAGS += -O2 -fno-strict-aliasing
 LDFLAGS += -ggdb -lpthread -lrt
 ifndef DEBUG
 CFLAGS += -O2 -fno-strict-aliasing
-LDFLAGS += -s -O2
+LDFLAGS += -O2
 endif
 ifdef DBG
 CFLAGS += -DDBG=$(DBG)
 endif
 ifdef DBG
 CFLAGS += -DDBG=$(DBG)