These are debug options used in QLIB.

MASM   = /Zd  (or /zd)
Watcom = -hw -d2
Tasm   = /zd  (or /zi)
Wasm   = -d1
Nasm   = ???
Bcc32  = -y
