From cfa0d9e8feacd6a314ac443716c0c2496b9a1462 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sun, 18 Sep 2016 17:15:50 +0200 Subject: [PATCH] optimization --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index e29f054..bb6b8e8 100644 --- a/config.mk +++ b/config.mk @@ -11,7 +11,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE -CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O2 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -Os ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} CC = cc