diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-08 14:25:54 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-08 14:25:54 +0000 |
commit | ab3e311216249bc4401fa10f88f95ef0d5e002a1 (patch) | |
tree | efdf4f9eb5e4b9458e2fb4cf79317797ca37121d /config.mk | |
parent | cfb8627a80a334f200f68c2c8f3e384313ebbaf5 (diff) |
created patched version of dwm
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} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -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 -O3 -ffast-math -march=native -funroll-loops ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris |