We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 249b9ae commit eb6b3d8Copy full SHA for eb6b3d8
apps/examples/meson.build
@@ -51,6 +51,7 @@ libdpp = library(
51
'dpp' / 'philo.c',
52
'dpp' / 'table.c'
53
],
54
+ c_args : ['-DAM_ASSERT_FAILURE_ENABLED=0'],
55
dependencies: [
56
libhsm_dep,
57
libstr_dep,
@@ -80,6 +81,7 @@ libringbuf_example = library(
80
81
'ringbuf' / 'reader.c',
82
'ringbuf' / 'writer.c'
83
84
85
86
libpal_dep,
87
libringbuf_dep,
@@ -133,6 +135,7 @@ fork = executable(
133
135
workers = executable(
134
136
'workers',
137
['workers' / 'main.c'],
138
139
140
141
libao_preemptive_dep,
0 commit comments