From 4634e137f7c1ab4a06ae6b6e808510159be55000 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 31 May 2014 21:06:56 +1200 Subject: Added strip section to Makefile (saves 9kb heh) --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6218c2..eae2be7 100644 --- a/Makefile +++ b/Makefile @@ -129,6 +129,14 @@ trayfreq.conf: -e 's:TRAYFREQ_CONF:$(TRAYFREQ_CONF):g' \ trayfreq.conf.src > trayfreq.conf ######################################################################## + + +######################################################################## +# Strip all symbols from binaries +strip: + strip -s trayfreq trayfreq-set + +######################################################################## ######################################################################## -- cgit v1.1