diff --git a/Library/Homebrew/hardware.rb b/Library/Homebrew/hardware.rb index 74f656d34d..fe07aee9d3 100644 --- a/Library/Homebrew/hardware.rb +++ b/Library/Homebrew/hardware.rb @@ -9,7 +9,6 @@ module Hardware class << self OPTIMIZATION_FLAGS = { - penryn: "-march=core2 -msse4.1", core2: "-march=core2", core: "-march=prescott", dunno: "-march=native",