diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/hardware.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/hardware.rb b/Library/Homebrew/hardware.rb index fd5251bf6..74f656d34 100644 --- a/Library/Homebrew/hardware.rb +++ b/Library/Homebrew/hardware.rb @@ -12,7 +12,7 @@ module Hardware penryn: "-march=core2 -msse4.1", core2: "-march=core2", core: "-march=prescott", - dunno: "", + dunno: "-march=native", }.freeze def optimization_flags |
