diff options
| author | Mike McQuaid | 2017-03-14 07:56:16 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-14 07:56:16 +0000 |
| commit | 7667b2f96738e8d80a553b5c5fbf257035df992c (patch) | |
| tree | 0d5d230ab5497f94d3fa44bd031be3dfcb09851b /Library | |
| parent | cdccb24ae03b67f371f9bc81f468cdfaafa6b421 (diff) | |
| parent | ecb2246ab0019f6617a8dac21432e71cca47e087 (diff) | |
| download | brew-7667b2f96738e8d80a553b5c5fbf257035df992c.tar.bz2 | |
Merge pull request #2336 from sjackman/hardware-penryn-native
OPTIMIZATION_FLAGS: Use -march=native for Penryn
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/hardware.rb | 1 |
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", |
