aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-10 12:50:56 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-10 12:50:56 -0500
commite3e9504fcd0b1b38037aa9dffd04ac0de1ce5e82 (patch)
treebc5fdb6e48a0770244fbd89f873b8c8e44cd254e /config.mk
parent541ecea796d2ac99e08a7e1185585cf0d1531799 (diff)
make XWayland support optional
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..a101f23
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,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