dwl-mod/config.mk

6 行
216 B
Makefile
Raw 通常表示 履歴

2020-08-11 02:50:56 +09: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