projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1076161
)
no need for -g anymore, regexp matching works now
author
arg@10ksloc.org
<unknown>
Fri, 4 Aug 2006 15:04:50 +0000
(17:04 +0200)
committer
arg@10ksloc.org
<unknown>
Fri, 4 Aug 2006 15:04:50 +0000
(17:04 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 92e244e5e00250d8a8b781edef76f1b04c816d29..4657affc7c69bd9c99206451bd714f601e7d943d 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-15,10
+15,10
@@
INCS = -I/usr/lib -I${X11INC}
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
# flags
-
#
CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
-
#
LDFLAGS = ${LIBS}
-CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+CFLAGS = -O3 ${INCS} -DVERSION=\"${VERSION}\"
+LDFLAGS = ${LIBS}
+
#
CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+
#
LDFLAGS = -g ${LIBS}
# compiler
CC = cc