From c18fd602aedec6e82e0f3c072ad9a5f02c00c760 Mon Sep 17 00:00:00 2001 From: curt <curt> Date: Mon, 14 Sep 1998 13:49:06 +0000 Subject: [PATCH] tweatweakk --- README.autoconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.autoconf b/README.autoconf index b8ba196a9..6f30c5410 100644 --- a/README.autoconf +++ b/README.autoconf @@ -37,7 +37,7 @@ could try something like: 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" + export CFLAGS="-Wall -O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH" + export CXXFLAGS="-Wall -O5 -fomit-frame-pointer -ffast-math -funroll-loops $MACH" ./configure