FAKE - F# Make


FscParams

'fsc.exe' command line parameters

Record Fields

Record FieldDescription
Debug
Signature: bool

Specifies whether to emit debug information (default is false).

FscTarget
Signature: FscTarget

Specifies the compiled artifact target type.

OtherParams
Signature: string list

Specifies other params for the compilation. Freeform strings.

Output
Signature: string

Specifies the output file name and path.

Platform
Signature: FscPlatform

Specifies the compiled artifact target platform.

References
Signature: string list

Specifies files to reference for the compilation.

Static members

Static memberDescription
Default
Signature: FscParams

The default parameters to the compiler service.

Fork me on GitHub