pkgsrc/devel/cpuflags/DESCR
abs 65d9a0edad Update cpuflags to 1.43
Handle '(' & ')' in cpuctl output
Note that for modern gcc -march=native may be a better alternative
2016-01-28 19:11:30 +00:00

6 lines
241 B
Text

cpuflags returns the appropriate gcc flags to optimise compilation
for the current CPU.
With modern gcc it is probably best to just set -march=native for
at least x86, but cpuflags may still be useful for older and less
usual architectures