Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to implement strict ANSI conformance dialect.
Linux and OS X: | -strict-ansi |
Windows: | None |
None
OFF |
The compiler conforms to default standards. |
This option tells the compiler to implement strict ANSI conformance dialect. On Linux* systems, if you need to be compatible with gcc, use the -ansi option.
This option sets option fmath-errno, which tells the compiler to assume that the program tests errno after calls to math library functions. This restricts optimization because it causes the compiler to treat most math functions as having side effects.
Visual Studio: None
Eclipse: Language > ANSI Conformance
Xcode: Language > C ANSI Conformance
None