parent
3299ffe590
commit
ac60ff2b14
@ -62,7 +62,9 @@ module HomebrewEnvExtension
|
|||||||
else
|
else
|
||||||
# note that this didn't work on older versions of Xcode's gcc
|
# note that this didn't work on older versions of Xcode's gcc
|
||||||
# and maybe still doesn't. But it's at least not worse than nothing.
|
# and maybe still doesn't. But it's at least not worse than nothing.
|
||||||
cflags << "-march=native"
|
# UPDATE with Xcode 4.1 doesn't work at all.
|
||||||
|
# TODO there must be something useful!?
|
||||||
|
#cflags << "-march=native"
|
||||||
end
|
end
|
||||||
# gcc doesn't auto add msse4 or above (based on march flag) yet
|
# gcc doesn't auto add msse4 or above (based on march flag) yet
|
||||||
case Hardware.intel_family
|
case Hardware.intel_family
|
||||||
|
Loading…
x
Reference in New Issue
Block a user