From ecb2246ab0019f6617a8dac21432e71cca47e087 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Mon, 13 Mar 2017 15:51:46 -0700 Subject: [PATCH] OPTIMIZATION_FLAGS: Use -march=native for Penryn Use -march=native for Penryn as for other systems rather than -march=core2 -msse4.1. --- Library/Homebrew/hardware.rb | 1 - 1 file changed, 1 deletion(-) 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",