Ow

Tells the compiler to assume there is no cross-function aliasing.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: None
Windows:    /Ow
    /Ow-

Arguments

None

Default

OFF      The compiler assumes cross-function aliasing occurs.

Description

This option tells the compiler to assume there is no cross-function aliasing.

Alternate Options

None