diff options
| author | Mike McQuaid | 2017-03-11 18:40:19 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-11 18:40:19 +0000 |
| commit | 7e5b2fb4facd8c7c0c8bf06e6867c74666158c69 (patch) | |
| tree | 2706b4a43c0e55d20393ac99e0477dd0fda2e8b0 /Library/Homebrew | |
| parent | 717f68eb36ad4c3046bff26cd5f2dfa3212bb05d (diff) | |
| parent | d0f1fa668ce2a943f1613080f8b517decdeab215 (diff) | |
| download | brew-7e5b2fb4facd8c7c0c8bf06e6867c74666158c69.tar.bz2 | |
Merge pull request #2312 from MikeMcQuaid/hardware-dunno-native
hardware: use march=native for generic module.
Diffstat (limited to 'Library/Homebrew')
| -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 |
