chiark / gitweb /
fuzz: disable all deps when building with oss-fuzz
authorJonathan Rudenberg <jonathan@titanous.com>
Mon, 15 Jan 2018 23:27:37 +0000 (18:27 -0500)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:50:11 +0000 (07:50 +0200)
commitab96536e8de44c941f413d9cae5658a4f59429ac
tree6400ff5a5cce20dbfdc4fd6fad11315dc79a6f3b
parent0760f3fc11b4042a0724c9d45fb0d5b6bacf2cb1
fuzz: disable all deps when building with oss-fuzz

The fuzz targets are intended to be fast and only target systemd
code, so they don't need to call out to any dependencies. They also
shouldn't depend on shared libraries outside of libc, so we disable
every dependency when compiling against oss-fuzz. This also
simplifies the upstream build environment significantly.
meson.build