Skip to content

Instantly share code, notes, and snippets.

@asilchev
Created December 7, 2012 14:51
Show Gist options
  • Save asilchev/4233727 to your computer and use it in GitHub Desktop.
Save asilchev/4233727 to your computer and use it in GitHub Desktop.
Как узнать параметр -march для make.conf
gcc -march=native -E -v - </dev/null 2>&1 | grep cc1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment