Skip to content

Instantly share code, notes, and snippets.

@srathi-monarch
Created July 30, 2024 09:39
Show Gist options
  • Select an option

  • Save srathi-monarch/ad40a1cb57aa83a32045f6c761bbb53d to your computer and use it in GitHub Desktop.

Select an option

Save srathi-monarch/ad40a1cb57aa83a32045f6c761bbb53d to your computer and use it in GitHub Desktop.
Print Machine Architecture (march) for gcc
gcc -v -march=native -E - 2>&1 <<(echo) | grep -Po -- 'cc1.*-march=\K[^ ]*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment