diff options
author | Aaron Marcher <info@nulltime.net> | 2016-09-18 17:15:50 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-09-18 17:15:50 +0200 |
commit | cfa0d9e8feacd6a314ac443716c0c2496b9a1462 (patch) | |
tree | e3cea7be4ccc7332356b93c8f1e45e51b4bac492 /config.mk | |
parent | 14749b6c878f231a1120fc750d38f0c4383090a1 (diff) |
optimization
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |