-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.