0

http://www.tuxradar.com

Building software from source - that's a bit old-school, isn't it? Who wants to wrestle with the command line, hunting down dependencies and coaxing the GCC compiler into running properly?

Full story »
mmclarkson's picture
Created by mmclarkson 13 years 10 weeks ago – Made popular 13 years 10 weeks ago
Category: End User   Tags:
akf's picture

akf

13 years 10 weeks 3 days 18 hours ago

0

Try "-march=native"

If you want to use "-march" and you don't know what processor type you have or you don't know the exact name to use for it, try "-march=native". Then the compiler tries to find out the exact model. Note that using "-march" means, that the binary may not run on other processors.

Best karma users