aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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",