commit:     823b6ecb52767e565e8fa5b86f66f9dcb5e4682b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  4 10:54:05 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  4 10:54:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=823b6ecb

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 <AT> gentoo.org>

 dev-libs/simdjson/simdjson-3.12.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/simdjson/simdjson-3.12.1-r1.ebuild 
b/dev-libs/simdjson/simdjson-3.12.1-r1.ebuild
index f89e4624494f..fbef422a5a45 100644
--- a/dev-libs/simdjson/simdjson-3.12.1-r1.ebuild
+++ b/dev-libs/simdjson/simdjson-3.12.1-r1.ebuild
@@ -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
        )

Reply via email to