Skip to content

Latest commit

 

History

History

Q48967

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
layout title permalink
page
Q48967: Confusion Regarding the /Zs Switch
/kb/048/Q48967/

Q48967: Confusion Regarding the /Zs Switch

{% raw %}

Article: Q48967
Product(s): See article
Version(s): 5.00 5.10 | 5.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | S_QuickC S_QuickAsm | mspl13_c
Last Modified: 16-JAN-1990

The /Zs switch instructs the compiler to scan your code and check for
syntax errors. This switch does not generate any code. Switches that
assume code will be generated do not have any effect when used in
conjunction with /Zs.

Therefore, if you are using the /Zs switch and are unaware of the fact
that it does not generate any code, it may appear that other switches,
such as the /Fa switch, which generates an assembly listing, do not
function.

{% endraw %}