Created
July 30, 2024 09:39
-
-
Save srathi-monarch/ad40a1cb57aa83a32045f6c761bbb53d to your computer and use it in GitHub Desktop.
Print Machine Architecture (march) for gcc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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