CFLAGS ="-O2 -pipe -march=native" makes gcc enable all the features of the CPU it is running on. That's great as long as you do not plan on running the resulting ...
確定! 回上一頁