hardware: use march=native for generic module.
This matches Linux where this behaviour was original imported from.
This commit is contained in:
parent
371a830028
commit
d0f1fa668c
@ -12,7 +12,7 @@ module Hardware
|
||||
penryn: "-march=core2 -msse4.1",
|
||||
core2: "-march=core2",
|
||||
core: "-march=prescott",
|
||||
dunno: "",
|
||||
dunno: "-march=native",
|
||||
}.freeze
|
||||
|
||||
def optimization_flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user