06-23-2012, 08:11 AM
(This post was last modified: 06-23-2012, 08:16 AM by swejuggalo.)
I've compiled on Ubuntu 12.04 with -O3 -mtune=amdfam10 and making it RELEASE version by editing the makefiles. I was all over the place first, but now I start from the beginning and want to find out the best way to do this.
I'm not much of a programmer so I'm not completely sure an all the changes I need to do to build the most optimized version.
The most important file probably is makefile.inc . Adding -march=amdfam10 on the already existing CPUOPTIMIZATIONS should be OK?
After all it says
"##### Definitions shared by all makefiles #####
include makefile.inc"
With the "shared by all" mentioned above should any further changes be needed?
I'm not much of a programmer so I'm not completely sure an all the changes I need to do to build the most optimized version.
The most important file probably is makefile.inc . Adding -march=amdfam10 on the already existing CPUOPTIMIZATIONS should be OK?
After all it says
"##### Definitions shared by all makefiles #####
include makefile.inc"
With the "shared by all" mentioned above should any further changes be needed?