tusing O3 instead of Os, binary size still < 40kb - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8bb4a93f2be8f21b873218506dbf7b7ea3d9cc7d
DIR parent 5ec04b7726fe6482d3414ca8ca8013841a701746
HTML Author: arg@10ksloc.org <unknown>
Date: Thu, 20 Jul 2006 10:26:36 +0200
using O3 instead of Os, binary size still < 40kb
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.mk b/config.mk
t@@ -13,7 +13,7 @@ VERSION = 0.4
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11
# Linux/BSD
-CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
+CFLAGS = -O3 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
-DVERSION=\"${VERSION}\"
LDFLAGS = ${LIBS}
#CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \