~ruther/dwl

ref: 43b6e804cf4d0e850db72a8a53b8b36130b21435 dwl/config.mk -rw-r--r-- 290 bytes
43b6e804 — Devin J. Pohly Revert "remove sigchld function" 4 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