We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4418df + 71160de commit a219a9fCopy full SHA for a219a9f
1 file changed
ccan/meson.build
@@ -11,3 +11,8 @@ sources += files([
11
'ccan/str/debug.c',
12
'ccan/str/str.c',
13
])
14
+
15
+if get_option('buildtype') == 'debug'
16
+ add_project_arguments('-DCCAN_LIST_DEBUG=1', language : ['c', 'cpp'])
17
+ add_project_arguments('-DCCAN_STR_DEBUG=1', language : ['c', 'cpp'])
18
+endif
0 commit comments