/Fc Compiler Option

Syntax: Default:
/Fc[+|-] /Fc-

Use /Fc to perform only a syntax check. The only output files you can produce when this option is in effect are listing (.lst) files.

/Fc can be used in combination with /qmakedep to create a dependencies file, which you can then use with the make utility.

By default, the compiler compiles and produces output files according to any other options in effect.



Summary of Compiler Options