2020-11-22 18:58:49 +01:00
|
|
|
# paths
|
|
|
|
PREFIX = /usr/local
|
|
|
|
|
2020-08-10 19:50:56 +02:00
|
|
|
# Default compile flags (overridable by environment)
|
2020-12-25 07:33:55 +01:00
|
|
|
CFLAGS ?= -g -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wdeclaration-after-statement
|
2020-08-10 19:50:56 +02:00
|
|
|
|
|
|
|
# Uncomment to build XWayland support
|
2020-12-25 07:33:55 +01:00
|
|
|
CFLAGS += -DXWAYLAND
|