m64

Tells the compiler to generate code for a specific architecture.

Syntax

Linux:

-m64

Windows:

None

Arguments

None

Default

OFF

The compiler's behavior depends on the host system.

Description

These options tell the compiler to generate code for a specific architecture.

Option

Description

-m64

Tells the compiler to generate code for Intel® 64 architecture.

On Linux* systems, this option is provided for compatibility with gcc.

IDE Equivalent

None

Alternate Options

None