OPTIMIZATION_FLAGS: Use -march=native for Penryn

Use -march=native for Penryn as for other systems rather than
-march=core2 -msse4.1.
This commit is contained in:
Shaun Jackman 2017-03-13 15:51:46 -07:00
parent b7e7b5b5c9
commit ecb2246ab0

View File

@ -9,7 +9,6 @@ module Hardware
class << self
OPTIMIZATION_FLAGS = {
penryn: "-march=core2 -msse4.1",
core2: "-march=core2",
core: "-march=prescott",
dunno: "-march=native",