mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
meson: use same compilers to build fuzzers
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
b37469d7d1
commit
f6d783ac3d
@@ -7,7 +7,9 @@ sanitize_address = custom_target(
|
||||
meson.source_root(),
|
||||
'@OUTPUT@',
|
||||
'fuzzers',
|
||||
'-Db_lundef=false -Db_sanitize=address'])
|
||||
'-Db_lundef=false -Db_sanitize=address',
|
||||
' '.join(cc.cmd_array()),
|
||||
' '.join(meson.get_compiler('cpp').cmd_array())])
|
||||
|
||||
sanitizers = [['address', sanitize_address]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user