Intel® C++ Compiler 16.0 User and Reference Guide
Tells the compiler to check only for correct syntax.
Linux and OS X: | -fsyntax-only |
Windows: | None |
None
OFF |
Normal compilation is performed. |
This option tells the compiler to check only for correct syntax. No object file is produced.
Linux and OS X: None
Windows: /Zs