|
FreeBSD Installation and Upgrading Installing and upgrading FreeBSD. |
|
Thread Tools | Display Modes |
|
|||
quick question about optimizations in /etc/make.conf
Hi!
I'm still learning my way around FreeBSD. I just installed a system with Xorg and GNOME. I am about to rebuild world, and I want to enable the CPU optimizations. I successfully rebuilt world on Gentoo using optimizations, but I took a shortcut and used 'march=native'. I don't know how to find the cpu info on FreeBSD. I remember it was 'cat /proc/cpuinfo' on Gentoo, and I know that I have a single core Prescott CPU that accepts SSE3 instruction. Could somebody get me started on these optimizations? I know people say that the speed increase is negligible, but I notice a huge difference. |
|
||||
You may also be interested by this live example of mine make.conf:
http://toya.net.pl/~vermaden/text/make.conf
__________________
religions, worst damnation of mankind "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds Linux is not UNIX! Face it! It is not an insult. It is fact: GNU is a recursive acronym for “GNU's Not UNIX”. vermaden's: links resources deviantart spreadbsd |
|
|||
the only changes i made in my make.conf was the cputype and the cflags option which is set to "-O2 -pipe".
|
|
|||
What are the defaults ?
Cause I've put -O -pipe to my servers (faster compilation than -O2) Thanks. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Quick Ant Question | disappearedng | FreeBSD General | 0 | 27th October 2008 06:20 AM |
Quick question about PHP script | 18Googol2 | Programming | 2 | 21st September 2008 05:33 AM |
make.conf | lumiwa | FreeBSD General | 9 | 8th September 2008 12:15 AM |
I need help with make.conf syntax | troberts | FreeBSD Ports and Packages | 4 | 1st June 2008 03:58 AM |
Buildworld make.conf options | siffland | FreeBSD Installation and Upgrading | 4 | 12th May 2008 12:02 AM |