hardware: use march=native for generic module.

This matches Linux where this behaviour was original imported from.
This commit is contained in:
Mike McQuaid 2017-03-11 08:40:34 +00:00
parent 371a830028
commit d0f1fa668c

View File

@ -12,7 +12,7 @@ module Hardware
penryn: "-march=core2 -msse4.1", penryn: "-march=core2 -msse4.1",
core2: "-march=core2", core2: "-march=core2",
core: "-march=prescott", core: "-march=prescott",
dunno: "", dunno: "-march=native",
}.freeze }.freeze
def optimization_flags def optimization_flags