From f0b4c78f131ee4439ebb4cb7ab94b730324ea14b Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 11 Dec 2011 00:41:09 +0200 Subject: optimize for size and add extra warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b74a9fb..3dafeef 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ INCS = -I. -I/usr/include -I${X11INC} LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -g -std=c99 -pedantic -Wall -Wextra -Os ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} #$(CC) $(LDFLAGS) -s -Os -o $@ $+ $(LDADD) -- cgit v1.3.1