Bug fix: gcc_4_0_1 wasn't removing sse4 flags correctly.
This commit is contained in:
parent
3825535310
commit
9cf7845015
@ -105,7 +105,7 @@ module HomebrewEnvExtension
|
||||
self['CXX'] = '/usr/bin/g++-4.0'
|
||||
self.O3
|
||||
remove_from_cflags '-march=core2'
|
||||
remove_from_cflags %r{-msse4(\.\d)?/}
|
||||
remove_from_cflags %r{-msse4(\.\d)?}
|
||||
end
|
||||
alias_method :gcc_4_0, :gcc_4_0_1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user