Skip to content

Commit 7e5b2fb

Browse files
authored
Merge pull request #2312 from MikeMcQuaid/hardware-dunno-native
hardware: use march=native for generic module.
2 parents 717f68e + d0f1fa6 commit 7e5b2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/hardware.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class << self
1212
penryn: "-march=core2 -msse4.1",
1313
core2: "-march=core2",
1414
core: "-march=prescott",
15-
dunno: "",
15+
dunno: "-march=native",
1616
}.freeze
1717

1818
def optimization_flags

0 commit comments

Comments
 (0)