-q32, -q64

Purpose

-q32: Specifies that a 32-bit object program is to be generated. Sets the ADDR(32) compiler option. Sets the -m32 linker option, which instructs the linker to create a 32-bit executable module.

-q64: Specifies that a 64-bit object program is to be generated. Sets the ADDR(64) compiler option. Sets the -m64 linker option, which instructs the linker to create a 64-bit executable module.

Syntax

Read syntax diagramSkip visual syntax diagram-q 6432

Defaults

-q64

Related references   
ADDR