summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-01-12 09:11:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-01-17 09:12:20 +1000
commit93b7ff5d0f57916ff28d56795f0cca9c21557528 (patch)
treedb3aa51686731313887211c186dbf9f12e1ac62a /.github
parentdd50f2db86f548624dcfc2a7c9e9428abc28b4cc (diff)
downloadxf86-input-wacom-93b7ff5d0f57916ff28d56795f0cca9c21557528.tar.gz
Fix a compilation error when DEBUG is undefined
Fixes #214 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f3b785f..39dcc27 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -51,6 +51,7 @@ jobs:
- clang
meson_options:
- ''
+ - '-Ddebug-messages=false'
# clang requires b_lundef=false for b_santize, see
# https://github.com/mesonbuild/meson/issues/764
- '-Db_sanitize=address,undefined -Db_lundef=false'