strict-ansi

Tells the compiler to implement strict ANSI conformance dialect.

IDE Equivalent

Windows: None

Linux: Language > ANSI Conformance

Mac OS X: Language > C ANSI Conformance

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-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


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.