dev-libs/simdjson: don't build fuzzers

We don't run them and it's just a waste of build time for us.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-04 11:54:05 +01:00
parent 07720203a9
commit 823b6ecb52

View File

@@ -65,6 +65,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DSIMDJSON_ENABLE_THREADS:BOOL=ON
-DSIMDJSON_ENABLE_FUZZING:BOOL=OFF
-DCPM_SOURCE_CACHE:STRING="${WORKDIR}"
-Wno-dev
)