From c7f00a9bc4f5ad07e2586b191f163183f7d0b760 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 9 Sep 1998 16:23:10 +0000 Subject: [PATCH] tweaks. --- README.autoconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.autoconf b/README.autoconf index c05b90e45..b8ba196a9 100644 --- a/README.autoconf +++ b/README.autoconf @@ -35,8 +35,8 @@ For debuging purposes you might want to try something like: For full optimization using the EGCS compiler on an Intel processor you could try something like: - MACH="-mpentium" (-m486 -mpentiumpro etc.) - export CC=egcc + MACH="-mpentium" # -m486 -mpentiumpro etc. + export CC=egcc # for Linux export CFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH" export CXXFLAGS="-O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH" ./configure