From 8977e5eef6480dc0201bd3c99c97fe5b320aa38e Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sat, 31 Dec 2011 03:16:29 +0200 Subject: strip all symbols this reduces the binary size from 60/64k to 24k --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f638b19..1489af8 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 CPPFLAGS = -DVERSION=\"${VERSION}\" -DWMNAME=\"${WMNAME}\" -CFLAGS = -g -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -g ${LIBS} +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} +LDFLAGS = -s ${LIBS} CC = cc EXEC = ${WMNAME} -- cgit v1.3.1