mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-28 23:03:00 +08:00
tests: Added fp:precise flag for IntelC (the default seems to be fp:fast, which breaks some tests with fp specials)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@492 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
f8e9905339
commit
8a51e7d6d3
@ -153,12 +153,10 @@ else if ( $(toolset:I=^ic) )
|
||||
if ( $(toolset) = ic11 )
|
||||
{
|
||||
postfix = "\\ia32" ;
|
||||
CCFLAGS += /fp:precise ;
|
||||
}
|
||||
else if ( $(toolset) = ic11_x64 )
|
||||
{
|
||||
postfix = "\\intel64" ;
|
||||
CCFLAGS += /fp:precise ;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -177,6 +175,11 @@ else if ( $(toolset:I=^ic) )
|
||||
|
||||
CCFLAGS += /D$(defines) ;
|
||||
|
||||
if ( $(toolset) != ic8 )
|
||||
{
|
||||
CCFLAGS += /fp:precise ;
|
||||
}
|
||||
|
||||
if ( $(configuration) = "debug" )
|
||||
{
|
||||
CCFLAGS += /D_DEBUG /Od /MTd ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user