From: curt Date: Wed, 9 Sep 1998 16:23:10 +0000 (+0000) Subject: tweaks. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7f00a9bc4f5ad07e2586b191f163183f7d0b760;p=flightgear.git tweaks. --- 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