diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-08-10 12:50:56 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-08-10 12:50:56 -0500 |
commit | e3e9504fcd0b1b38037aa9dffd04ac0de1ce5e82 (patch) | |
tree | bc5fdb6e48a0770244fbd89f873b8c8e44cd254e /config.mk | |
parent | 541ecea796d2ac99e08a7e1185585cf0d1531799 (diff) |
make XWayland support optional
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 5 |
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 |