Intel® Fortran Compiler 16.0 User and Reference Guide

free

Specifies source files are in free format.

Syntax

Linux and OS X:

-free

-nofree

Windows:

/free

/nofree

Arguments

None

Default

OFF

The source file format is determined from the file extension.

Description

This option specifies source files are in free format. If this option is not specified, format is determined as follows:

IDE Equivalent

Visual Studio: Language > Source File Format (/free, /fixed)

Eclipse: None

Xcode: Language > Source File Format (/free, /fixed)

Alternate Options

Linux and OS X: -FR

Windows: /nofixed, /FR, /4Yf

See Also