summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-09-12 18:45:21 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-09-12 18:45:21 +0100
commit07c18addcc64c7d98799dc83f03f35183a4ca49b (patch)
treeedd8c18529527256ac4adb8a0dcd4d5ad09a75c8 /config.mk
parentf5b4914e757079b6c77588f16e11a096f95a1191 (diff)
fix window swallowing with programs run from st
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 43733d1..e655d03 100644
--- a/config.mk
+++ b/config.mk
@@ -28,7 +28,6 @@ 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 = -g -std=c99 -pedantic -Wall -O3 ${INCS} ${CPPFLAGS}
CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -O3 -march=native ${INCS} ${CPPFLAGS}
LDFLAGS = ${LIBS}