strict-ansi

Tells the compiler to implement strict ANSI conformance dialect.

IDE Equivalent

Windows: None

Linux: Language > ANSI Conformance

Mac OS: Language > Strict ANSI Conformance

Architectures

IA-32 architecture, Intel® 64 architecture, IA-64 architecture

Syntax

Linux and Mac OS: -strict-ansi
Windows:    None

Arguments

None

Default

OFF      The compiler conforms to default standards.

Description

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.

Alternate Options

None