blob: a101f232f53a6dab70feb2091c102b6ecdbbc91b (
plain)
1
2
3
4
5
|
# 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
|