Intel® C++ Compiler XE 13.1 User and Reference Guides

fsyntax-only

Tells the compiler to check only for correct syntax.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-fsyntax-only

Windows:

None

Arguments

None

Default

OFF

Normal compilation is performed.

Description

This option tells the compiler to check only for correct syntax. No object file is produced.

Alternate Options

Linux and OS X: None

Windows: /Zs


Submit feedback on this help topic