diff options
Diffstat (limited to 'dwm-6.3/config.mk')
| -rw-r--r-- | dwm-6.3/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-6.3/config.mk b/dwm-6.3/config.mk index 95d92c9..74256ad 100644 --- a/dwm-6.3/config.mk +++ b/dwm-6.3/config.mk @@ -28,7 +28,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lXrender -lx # 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 -Ofast ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris |