Intel® C++ Compiler 16.0 User and Reference Guide

Oa

Tells the compiler to assume there is no aliasing.

Syntax

Linux and OS X:

None

Windows:

/Oa

/Oa-

Arguments

None

Default

OFF

The compiler assumes there is aliasing.

Description

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

IDE Equivalent

None

Alternate Options

None