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:
9477f3b
)
added optimization back (removed it for debugging some time ago)
author
Aaron Marcher
<info@nulltime.net>
Sat, 17 Sep 2016 20:03:56 +0000
(22:03 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Sat, 17 Sep 2016 20:03:56 +0000
(22:03 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 47450731feaf7745d37a26d9fc8b450783aed1b9..ded73aa1d24577f4a73f0decbd2fbee86e160368 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-11,7
+11,7
@@
LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lasound
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\" -D_GNU_SOURCE
-CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O
0
${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O
2
${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
CC = cc