app-forensics/aflplusplus: ensure flags work for both GCC and Clang

Clang gets invoked during the build, so make sure we strip out flags
which don't work for it too.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-08 14:28:20 +01:00
parent 886303162f
commit 8bc6385fb4

View File

@@ -79,6 +79,9 @@ src_compile() {
# bug #945258
append-cflags -std=gnu17
strip-unsupported-flags
CC=clang CXX=clang++ strip-unsupported-flags
mymake
}