diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-09-12 18:45:21 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-09-12 18:45:21 +0100 |
| commit | 07c18addcc64c7d98799dc83f03f35183a4ca49b (patch) | |
| tree | edd8c18529527256ac4adb8a0dcd4d5ad09a75c8 /config.mk | |
| parent | f5b4914e757079b6c77588f16e11a096f95a1191 (diff) | |
fix window swallowing with programs run from st
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |
