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 »
http://www.tuxradar.com –
Created by mmclarkson 15 years 28 weeks ago – Made popular 15 years 28 weeks ago
Category: End User Tags:
Category: End User Tags:
- Login to post comments
akf
15 years 28 weeks 5 days 19 hours ago
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.