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-861f7616d084
master
dak180 2010-07-10 23:37:47 +00:00 committed by Git SVN Gateway
parent 3537be8401
commit 860d164ff4
1 changed files with 2 additions and 3 deletions

View File

@ -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