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:
14749b6
)
optimization
author
Aaron Marcher
<info@nulltime.net>
Sun, 18 Sep 2016 15:15:50 +0000
(17:15 +0200)
committer
Aaron Marcher (drkhsh)
<info@nulltime.net>
Sun, 18 Sep 2016 15:15:50 +0000
(17:15 +0200)
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index e29f05479bb8c74737ba0fef5969bbaa6279f3a8..bb6b8e835b562ac7c164f6220deef4bbdf2596eb 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
2
${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O
s
${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
CC = cc