Intel(R) C++ 11 编译器的一个错误提示!
我用Intel(R) C++ 11 编译器编译一个程序的时候出现了一个错误:
icl: command line error: use of '/fp:<arg>' option along with a floating point precision option not supported
不知道是什么原因?
试过修改'/fp:<arg>'这个选项 但是没用!
下面是命令行参数:
/c /Ob1 /I "lencod/inc" /I "lcommon/inc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "_VC80_UPGRADE=0x0600" /EHsc /RTC1 /MTd /GS /fp:fast /Fo".\lencod/Debug/" /FR".\lencod/Debug/" /W3 /nologo /Zi /Qvc8 /Qlocation
盼望大牛解答!!