Is this a known issue or should I submit it to Premier Support?
I just tried compiling a project in debug mode and I get the following error in Visual Studio output window:
1>icl: command line error: use of '/fp:<arg>' option along with a floating point precision option not supported
As you know /fp:fast is the default and it cannot be undone. Command line looks like this:
/c /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /GS /fp:fast /Yu"StdAfx.h" /Fp"Debug/minmax.pch" /Fo"Debug/" /W3 /nologo /ZI
My icl.cfg does not contain any floating point precision setting options.
EDIT:
I just figured out that if I remove icl.cfg it works fine so I started removing options in there one by one and found out that -Og causes this problem. Is this a bug?
Regards,
Igor Levicki
http://www.levicki.net/