Tells the compiler to check only for correct syntax.
Linux:
-fsyntax-only
Windows:
/Zs
None
OFF
Normal compilation is performed.
This option tells the compiler to check only for correct syntax. No object file is produced.