hardware: no special penryn CFLAGS.
These are the same as `core2` (at least for `gcc`). Fixes #5502.
This commit is contained in:
parent
1b15ff140b
commit
b1e60f9c76
@ -2,8 +2,6 @@ module Hardware
|
||||
def self.oldest_cpu
|
||||
if MacOS.version >= :mojave
|
||||
:nehalem
|
||||
elsif MacOS.version >= :sierra
|
||||
:penryn
|
||||
else
|
||||
generic_oldest_cpu
|
||||
end
|
||||
|
||||
@ -8,7 +8,6 @@ module Hardware
|
||||
class << self
|
||||
OPTIMIZATION_FLAGS = {
|
||||
nehalem: "-march=nehalem",
|
||||
penryn: "-march=penryn",
|
||||
core2: "-march=core2",
|
||||
core: "-march=prescott",
|
||||
armv6: "-march=armv6",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user