Merge pull request #5506 from MikeMcQuaid/no-penryn

hardware: no special penryn CFLAGS.
This commit is contained in:
Mike McQuaid 2019-01-08 19:40:03 +00:00 committed by GitHub
commit 96207c05d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -2,8 +2,6 @@ module Hardware
def self.oldest_cpu def self.oldest_cpu
if MacOS.version >= :mojave if MacOS.version >= :mojave
:nehalem :nehalem
elsif MacOS.version >= :sierra
:penryn
else else
generic_oldest_cpu generic_oldest_cpu
end end

View File

@ -9,7 +9,6 @@ module Hardware
OPTIMIZATION_FLAGS = { OPTIMIZATION_FLAGS = {
native: "-march=native", native: "-march=native",
nehalem: "-march=nehalem", nehalem: "-march=nehalem",
penryn: "-march=penryn",
core2: "-march=core2", core2: "-march=core2",
core: "-march=prescott", core: "-march=prescott",
armv6: "-march=armv6", armv6: "-march=armv6",