From 0a365f5660bae6c38a8c50bb7cd17aa99a7a32fb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 14 Nov 2024 00:33:51 -0300 Subject: etc/sh/rc: Add $FUZZSEC --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index cb12f67..e1c0ecd 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -127,6 +127,7 @@ export VGFLAGS=' ' VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" +export FUZZSEC=0.1 export CC=gcc export CCFLAGS=' -D_POSIX_C_SOURCE=200809L -- cgit v1.2.3