summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-31 16:31:53 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-12-31 16:31:53 +0000
commit006a46e099311a161ceb4612c6a220fbc5b881f9 (patch)
tree190571b23f2d05e4cc4c9745bc61fed5e52bc8f1 /config.mk
parentfc41c696bbaaaa51d6fb4d0ac12f0f9d0d2016a1 (diff)
config changes
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e925d91..ed3f372 100644
--- a/config.mk
+++ b/config.mk
@@ -29,7 +29,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-r
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
-CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -march=native -mtune=native ${INCS} ${CPPFLAGS}
+CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -march=native ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}
# compiler and linker