aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2011-05-17 20:23:58 -0400
committermutantturkey <crazycal00@gmail.com>2011-05-17 20:23:58 -0400
commita8f412ce4316566396048e394271f6708642e094 (patch)
treeb346019708ecb2d682e81d07b3406f31cc8a6cff /config.mk
parent40e9cf9bc71fdb8e63239f3fd99b0ef34e81ff13 (diff)
switched to multiple files, whew thats a relief
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 9e9d247..212d9ca 100644
--- a/config.mk
+++ b/config.mk
@@ -18,7 +18,7 @@ LIBS = -L/usr/lib -lc ${GTKLIB}
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
CFLAGS = -std=c99 -O2 -Wall -march=native ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
+LDFLAGS = -s -O1 ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"