We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca6e2a commit 50cec66Copy full SHA for 50cec66
1 file changed
.clusterfuzzlite/build.sh
@@ -25,7 +25,7 @@ mkdir -p "$OUT"
25
if [[ -f ffi/zig/build.zig ]]; then
26
pushd ffi/zig >/dev/null
27
mkdir -p zig-out/lib
28
- zig build-lib -static -O ReleaseSafe -fPIC --name proven \
+ zig build-lib -static -O ReleaseSafe -fno-stack-check -fPIC --name proven \
29
-femit-bin=zig-out/lib/libproven.a src/main.zig -lc || {
30
echo "WARN: standalone Zig FFI build failed; fuzz targets will not link." >&2
31
exit 1
0 commit comments