Tells the compiler to implement strict ANSI conformance dialect.
Windows: None
Linux: Language > ANSI Conformance
Mac OS: Language > Strict ANSI Conformance
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -strict-ansi |
Windows: | None |
None
OFF | The compiler conforms to default standards. |
This option tells the compiler to implement strict ANSI conformance dialect. If you need to be compatible with gcc, use the -ansi option.
This option sets option fmath-errno.
None