projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad8ab20
)
Removed the debug gcc flags
author
Aaron Marcher
<info@nulltime.net>
Tue, 16 Aug 2016 15:34:50 +0000
(17:34 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Tue, 16 Aug 2016 15:34:50 +0000
(17:34 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 4888003d672aaba9d3fc79a43c42984ffbd8b9b9..cdb9656ef69ef076866a17e7fc6735844046f6b5 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-16,9
+16,9
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS = -
g -
std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
#CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS =
-g
${LIBS}
+LDFLAGS = ${LIBS}
#LDFLAGS = -s ${LIBS}
# Solaris