diff options
| author | Aaron Marcher <info@nulltime.net> | 2016-09-17 22:03:56 +0200 |
|---|---|---|
| committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-09-17 22:03:56 +0200 |
| commit | fd0bb713d77b52dad52e98183bead6cc9b814b30 (patch) | |
| tree | 638678a44d30900dc6cd319a48b693208d02e9ef | |
| parent | 9477f3b1d11521d015f0117b99235ccf72e99cb8 (diff) | |
| download | slstatus-fd0bb713d77b52dad52e98183bead6cc9b814b30.tar.gz | |
added optimization back (removed it for debugging some time ago)
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -O0 ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wno-unused-function -Wall -Wextra -O2 ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} CC = cc |
