diff options
author | mutantturkey <crazycal00@gmail.com> | 2011-05-17 20:23:58 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2011-05-17 20:23:58 -0400 |
commit | a8f412ce4316566396048e394271f6708642e094 (patch) | |
tree | b346019708ecb2d682e81d07b3406f31cc8a6cff /config.mk | |
parent | 40e9cf9bc71fdb8e63239f3fd99b0ef34e81ff13 (diff) |
switched to multiple files, whew thats a relief
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}\" |