aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin D. Howard <gavin@gavinhoward.com>2024-04-29 20:19:05 -0600
committerGavin D. Howard <gavin@gavinhoward.com>2024-04-29 20:19:05 -0600
commit5e1ab7b43b64e481ce925b64863e52dab2dc8323 (patch)
tree33359560761e288a9e867490656bab90e02d2e90
parent56e958d5c210a6b6ad44faf715d873c8ea4f4216 (diff)
downloadbc-upstream-master.tar.gz
Remove an invalid fuzz compiler argupstream-master
Signed-off-by: Gavin D. Howard <gavin@gavinhoward.com>
-rwxr-xr-xscripts/fuzz_prep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_prep.sh b/scripts/fuzz_prep.sh
index 9c4e91d9..800b487b 100755
--- a/scripts/fuzz_prep.sh
+++ b/scripts/fuzz_prep.sh
@@ -77,7 +77,7 @@ cd "$scriptdir/.."
set -e
-CFLAGS="-flto -fstack-protector-all -fsanitize=shadow-call-stack -ffixed-x18 -fsanitize=cfi -fvisibility=hidden"
+CFLAGS="-flto -fstack-protector-all -fsanitize=shadow-call-stack -fsanitize=cfi -fvisibility=hidden"
if [ "$asan" -ne 0 ]; then
CFLAGS="$CFLAGS -fsanitize=address"