summaryrefslogtreecommitdiffstats
path: root/ccan
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:32:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-08-15 12:32:15 +0000
commitfd268d35cbddff04fc0b27a8af2c97185c8a97ba (patch)
tree9c180a60597c0c8cb9eebc7c1c6841787c856f42 /ccan
parentReleasing debian version 2.1~rc0-1. (diff)
downloadnvme-cli-fd268d35cbddff04fc0b27a8af2c97185c8a97ba.tar.xz
nvme-cli-fd268d35cbddff04fc0b27a8af2c97185c8a97ba.zip
Merging upstream version 2.1.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ccan')
-rw-r--r--ccan/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/ccan/meson.build b/ccan/meson.build
index 238fc8a..4ba3b5f 100644
--- a/ccan/meson.build
+++ b/ccan/meson.build
@@ -7,6 +7,6 @@ sources += files([
])
if get_option('buildtype') == 'debug'
- add_project_arguments('-DCCAN_LIST_DEBUG=1', language : ['c', 'cpp'])
- add_project_arguments('-DCCAN_STR_DEBUG=1', language : ['c', 'cpp'])
+ add_project_arguments('-DCCAN_LIST_DEBUG=1', language : ['c'])
+ add_project_arguments('-DCCAN_STR_DEBUG=1', language : ['c'])
endif