pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
206eb34
)
uncommented DEBUG CFLGAS/LDFLAGS
author
arg@suckless.org
<unknown>
Wed, 17 Oct 2007 10:28:34 +0000
(12:28 +0200)
committer
arg@suckless.org
<unknown>
Wed, 17 Oct 2007 10:28:34 +0000
(12:28 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
ce7cdc7
..
9944f2a
100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-17,8
+17,8
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
LDFLAGS = -s ${LIBS}
-CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+
#
CFLAGS = -g -std=c99 -pedantic -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+
#
LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"