From 07c18addcc64c7d98799dc83f03f35183a4ca49b Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Fri, 12 Sep 2025 18:45:21 +0100 Subject: fix window swallowing with programs run from st --- config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'config.mk') 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} -- cgit v1.2.3