Tells the compiler to generate code for a specific architecture.
Linux: | -m64 |
Windows: | None |
None
OFF |
The compiler's behavior depends on the host system. |
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.
None