Rip -mfpmath=sse and -mno-fused-madd out since we are eliminating floats instead.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11141 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
3537be8401
commit
860d164ff4
|
@ -36,6 +36,5 @@ GCC_WARN_UNUSED_VALUE = YES // -Wunused-value
|
|||
GCC_WARN_UNUSED_VARIABLE = YES // -Wunused-variable
|
||||
|
||||
// Additional build flags for both c and c++ files
|
||||
// Cyp: when merging with newnet delete this line and uncomment the lines below
|
||||
FlagsForCandCpp = $(BuildDependentFlagsForCandCpp) // -mno-fused-madd
|
||||
// FlagsForCandCpp[arch=i386] = -mfpmath=sse $(inherited) // Flags for intel 32 bit only
|
||||
FlagsForCandCpp = $(BuildDependentFlagsForCandCpp)
|
||||
FlagsForCandCpp[arch=i386] = $(inherited) // Flags for intel 32 bit only
|
Loading…
Reference in New Issue