dwl/config.mk

9 lines
295 B
Makefile
Raw Normal View History

# paths
PREFIX = /usr/local
2020-08-10 12:50:56 -05:00
# Default compile flags (overridable by environment)
2021-06-17 11:37:08 +02:00
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement -fPIC
2020-08-10 12:50:56 -05:00
# Uncomment to build XWayland support
2021-06-17 11:37:08 +02:00
CFLAGS += -DXWAYLAND