]> git.mxchange.org Git - flightgear.git/commitdiff
tweaks.
authorcurt <curt>
Wed, 9 Sep 1998 16:23:10 +0000 (16:23 +0000)
committercurt <curt>
Wed, 9 Sep 1998 16:23:10 +0000 (16:23 +0000)
README.autoconf

index c05b90e453837df7bddf45a2314fc5328556a3cc..b8ba196a914057463b88083aabaa87ad9d15bd79 100644 (file)
@@ -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