We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0501f1 commit a321713Copy full SHA for a321713
1 file changed
tests/meson.build
@@ -125,7 +125,7 @@ dav1d_fuzzer_mt = executable('dav1d_fuzzer_mt',
125
)
126
127
if (cc.has_function('posix_memalign', prefix : '#include <stdlib.h>', args : test_args) and
128
- cc.has_link_argument('-Wl,-wrap,malloc'))
+ cc.has_link_argument('-Wl,-wrap,malloc') and not get_option('b_lto'))
129
130
alloc_fail = shared_library('alloc_fail',
131
files('libfuzzer/alloc_fail.c'),
0 commit comments