From 209f64528c1110c2a4565ed813c2684fa0f7f173 Mon Sep 17 00:00:00 2001 From: niklas Date: Tue, 2 Dec 1997 09:46:41 +0000 Subject: [PATCH] We do not always run i386 systems --- benchmarks/bytebench/patches/patch-aa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bytebench/patches/patch-aa b/benchmarks/bytebench/patches/patch-aa index ca94d39f53f..1f37113b493 100644 --- a/benchmarks/bytebench/patches/patch-aa +++ b/benchmarks/bytebench/patches/patch-aa @@ -16,7 +16,7 @@ SHELL = /bin/sh ! HZ = 128 CFLAGS = -DTIME -! OPTON = -s -static -O -m486 -finline-functions -funroll-loops -fomit-frame-pointer +! OPTON = -s -static -O6 -finline-functions -funroll-loops -fomit-frame-pointer ! #optimization on (give it your best shot) ! # -- check your compiler man ! OPTOFF = -O0 -static #optimization off -- check your compiler man