Skip to content

Commit 2cbac8b

Browse files
davidglassborowmairaw
authored andcommitted
Document --deterministic fsharp compiler option (#2466)
1 parent 57e9a2b commit 2cbac8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/fsharp/language-reference/compiler-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ The following table shows compiler options listed alphabetically. Some of the F#
3333
|**--checked**[**+**&#124;**-**]|Enables or disables the generation of overflow checks.<br /><br />This compiler option is equivalent to the C# compiler option of the same name. For more information, see [&#47;checked &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/h25wtyxf.aspx).|
3434
|**--debug**[**+**&#124;**-**]<br /><br />**-g**[**+**&#124;**-**]<br /><br />**--debug**:[**full**&#124;**pdbonly**]<br /><br />**-g:** [**full**&#124;**pdbonly**]|Enables or disables the generation of debug information, or specifies the type of debug information to generate. The default is full, which allows attaching to a running program. Choose **pdbonly** to get limited debugging information stored in a pdb (program database) file.<br /><br />Equivalent to the C# compiler option of the same name. For more information, see<br /><br />[&#47;debug &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/8cw0bt21.aspx).|
3535
|**--define:&lt;string&gt;**<br /><br />**-d:&lt;string&gt;**|Defines a symbol for use in conditional compilation.|
36+
|**--deterministic**[**+**&#124;**-**]|Produce a deterministic assembly (including module version GUID and timestamp). This cannot be used with wildcard version numbers, and only supports embedded and portable debugging types|
3637
|**--doc:&lt;xmldoc-filename&gt;**|Instructs the compiler to generate XML documentation comments to the file specified. For more information, see [XML Documentation](xml-documentation.md).<br /><br />This compiler option is equivalent to the C# compiler option of the same name. For more information, see [&#47;doc &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/3260k4x7.aspx).|
3738
|**--fullpaths**|Instructs the compiler to generate fully qualified paths.<br /><br />This compiler option is equivalent to the C# compiler option of the same name. For more information, see [&#47;fullpaths &#40;C&#35; Compiler Options&#41;](https://msdn.microsoft.com/library/d315xc66.aspx).|
3839
|**--help**<br /><br />**-?**|Displays usage information, including a brief description of all the compiler options.|

0 commit comments

Comments
 (0)