aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorShaun Jackman2017-03-13 15:51:46 -0700
committerShaun Jackman2017-03-13 15:54:20 -0700
commitecb2246ab0019f6617a8dac21432e71cca47e087 (patch)
tree8c732d171b3c201a1004837c43fc57d89fee40a8 /Library
parentb7e7b5b5c9eb2b4282fb1913fc59d85f9e1ac140 (diff)
downloadbrew-ecb2246ab0019f6617a8dac21432e71cca47e087.tar.bz2
OPTIMIZATION_FLAGS: Use -march=native for Penryn
Use -march=native for Penryn as for other systems rather than -march=core2 -msse4.1.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/hardware.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/hardware.rb b/Library/Homebrew/hardware.rb
index 74f656d34..fe07aee9d 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",