dwl-mod/config.mk

9 行
289 B
Makefile
Raw 通常表示 履歴

# paths
PREFIX = /usr/local
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-unused-function -Wno-unused-variable -Wdeclaration-after-statement
2020-08-11 02:50:56 +09:00
# Uncomment to build XWayland support
CFLAGS += -DXWAYLAND