Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
moved LENGTH to dwm.c, moved prevtags to dwm.c
[dwm.git]
/
config.mk
diff --git
a/config.mk
b/config.mk
index
16a7a23
..
b3fe193
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-1,5
+1,5
@@
# dwm version
# dwm version
-VERSION =
3.1
+VERSION =
4.7
# Customize below to fit your system
# Customize below to fit your system
@@
-16,8
+16,8
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = ${LIBS}
-#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS =
-s
${LIBS}
+#CFLAGS = -g -
std=c99 -pedantic -
Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
#LDFLAGS = -g ${LIBS}
# Solaris
#LDFLAGS = -g ${LIBS}
# Solaris
@@
-27,4
+27,3
@@
LDFLAGS = ${LIBS}
# compiler and linker
CC = cc
# compiler and linker
CC = cc
-LD = ${CC}