diff options
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # mocicon version: -VERSION = 0.1.4 +VERSION = 0.1.4 # Customize below to fit your system @@ -17,7 +17,7 @@ INCS = -I. -I/usr/include ${GTKINC} LIBS = -L/usr/lib -lc ${GTKLIB} # flags CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} -CFLAGS = -std=c99 -O3 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -O3 -static ${INCS} ${CPPFLAGS} LDFLAGS = -s ${LIBS} # Solaris |