aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorAnselm R Garbe <[email protected]>2008-06-13 17:37:43 +0100
committerAnselm R Garbe <[email protected]>2008-06-13 17:37:43 +0100
commit4db2f44277a29ad2c6c053846568667b27658f3f (patch)
tree19a689e69509607e5d5fb5991e52619b887f9bb0 /config.mk
parentfixed tag click handling, however ClkRootWin doesn't work for me (diff)
downloadseiwm-4db2f44277a29ad2c6c053846568667b27658f3f.tar.xz
seiwm-4db2f44277a29ad2c6c053846568667b27658f3f.zip
minor fix
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index f9fb298..6377fc0 100644
--- a/config.mk
+++ b/config.mk
@@ -20,8 +20,6 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 ${XINERAMALIBS}
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-#CFLAGS = -Os ${INCS} ${CPPFLAGS}
-#LDFLAGS = -s ${LIBS}
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
LDFLAGS = -s ${LIBS}