Intel® C++ Compiler 16.0 User and Reference Guide

Ow

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

Syntax

Linux and OS X:

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.

IDE Equivalent

None

Alternate Options

None