Date: Fri, 18 Aug 2000 08:06:56 -0700 (PDT) From: John Goodleaf <goodleaf@goodleaf.net> To: questions@freebsd.org Subject: Make buildworld with GCC optimizations Message-ID: <Pine.BSF.4.21.0008180800100.48476-100000@clyde.goodleaf.net>
next in thread | raw e-mail | index | archive | help
I was digging through the gcc man page yesterday for kicks. On a whim I added an optimization to CFLAGS in make.conf and ran make buildworld (on a fresh /usr/obj) just to see what would happen. Well the build was successful, but I'm afraid to use the result without knowing if anyone else has tried it, or knows of a reason not to. So, I have: -O -pipe -march=pentiumpro -finline-functions in there now. I've used -O -pipe all along, and have recently added the -march option to builds. Been fine. What about the inline functions? Any thoughts? BTW, I used -ffast-math on a couple of builds. Perhaps coincidentally, I had a couple of mysterious crashes, and have removed it. My imagination? Thanks, John =============================== John Goodleaf goodleaf@goodleaf.net PGP key: finger John@clyde.goodleaf.net =============================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008180800100.48476-100000>