diff options
| author | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 09:07:45 -0600 |
|---|---|---|
| committer | twells46 <173561638+twells46@users.noreply.github.com> | 2025-11-29 09:07:45 -0600 |
| commit | 42461bac63ec0e7bc10dcd9074f053e1fc7d2159 (patch) | |
| tree | 58c813e4ab5894e041e26850ad1e71afd95d3607 /config.mk | |
| parent | 693d94d350c806e77677c35958e18590c26e19d2 (diff) | |
Fix zoom
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 -O2 -march=native ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris |