~ruther/dwl

ref: 848d89b7f37803e579e54a314f36bd6b5d7a35c1 dwl/config.mk -rw-r--r-- 290 bytes
848d89b7 — Devin J. Pohly XWayland still buggy, disable by default 5 years ago
                                                                                
1
2
3
4
5
6
7
8
# paths
PREFIX = /usr/local

# Default compile flags (overridable by environment)
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement

# Uncomment to build XWayland support
#CFLAGS += -DXWAYLAND