Merge pull request #616 from RosettaCommons/sergey/optimization
Upgrading default optimization settings to use Core2 instruction set and optimize code for ‘generic’ CPU.
Setting Mac Clang build to use mtune=native (since we already using native instruction due to march=native there is no harm of tuning code to native CPU as well).