dwl/config.mk

6 lines
216 B
Makefile
Raw Normal View History

2020-08-10 19:50:56 +02:00
# Default compile flags (overridable by environment)
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-error=unused-function
# Uncomment to build XWayland support
#CFLAGS += -DXWAYLAND