diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-09 23:32:47 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-09 23:32:47 +0100 |
commit | baa4be8fddacf572827d323c4ba7dee13aea987c (patch) | |
tree | 0090ffddec13b2b31894171dc58d58f6f0fd31eb /config.mk | |
parent | New version, new patches (diff) | |
download | dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.gz dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.bz2 dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.xz dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.tar.zst dwm-baa4be8fddacf572827d323c4ba7dee13aea987c.zip |
README update
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-r # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=ivybridge -O3 -pipe ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris |