2.3.8 /Zh

/Zh directs the compiler to "home" all arguments to their canonical locations on the stack, just as though each formal parameter name had been used in a context where it's address is taken (such as the operand of the & operator). This homing can facilitate debugging, even in the absence of symbol table information. /Zh is implied by /Zi or /Z7 if optimization is disabled.