aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index 30e8f87..693dfeb 100644
--- a/config.mk
+++ b/config.mk
@@ -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