From 46887ac5505076f3a3907e3fd4a5e3ec00f29d63 Mon Sep 17 00:00:00 2001 From: Quentin Rameau Date: Sat, 2 Jan 2016 19:11:31 +0100 Subject: Fix install paths and default build flag Ensure that paths are quoted. Compile with -Os by default. Signed-off-by: Christoph Lohmann <20h@r-36.net> --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index dd741e4..ad0dfb2 100644 --- a/config.mk +++ b/config.mk @@ -13,7 +13,7 @@ LIBS = -L/usr/lib -lc -lX11 # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE -CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris -- cgit v1.2.3