Linux
GCC 컴파일 옵션 알아보기
_Erato
2020. 3. 30. 09:58
$ gcc -c -Q -march=native --help=target
위 명령어를 입력하면 해당 칩셋의 march, mfpu 등의 정보를 얻을 수 있다.