Tells the compiler to implement strict ANSI conformance dialect.
Windows: None
Linux: Language > ANSI Conformance
Mac OS X: Language > C ANSI Conformance
IA-32, Intel® 64, IA-64 architectures
Linux and Mac 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. If you need to be compatible with gcc, use the -ansi option.
This option sets option fmath-errno.
None