You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/FSComp.txt
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -850,12 +850,12 @@ optsBuildConsole,"Build a console executable"
850
850
optsBuildWindows,"Build a Windows executable"
851
851
optsBuildLibrary,"Build a library (Short form: -a)"
852
852
optsBuildModule,"Build a module that can be added to another assembly"
853
-
optsDelaySign,"Delay-sign the assembly using only the public portion of the strong name key"
854
-
optsPublicSign,"Public-sign the assembly using only the public portion of the strong name key, and mark the assembly as signed"
853
+
optsDelaySign,"Delay-sign the assembly using only the public portion of the strong name key (off by default)"
854
+
optsPublicSign,"Public-sign the assembly using only the public portion of the strong name key, and mark the assembly as signed (off by default)"
855
855
optsWriteXml,"Write the xmldoc of the assembly to the given file"
856
856
optsStrongKeyFile,"Specify a strong name key file"
857
857
optsStrongKeyContainer,"Specify a strong name key container"
858
-
optsCompressMetadata,"Compress interface and optimization data files"
858
+
optsCompressMetadata,"Compress interface and optimization data files (on by default)"
859
859
optsPlatform,"Limit which platforms this code can run on: x86, x64, Arm, Arm64, Itanium, anycpu32bitpreferred, or anycpu. The default is anycpu."
860
860
optsNoOpt,"Only include optimization information essential for implementing inlined constructs. Inhibits cross-module inlining but improves binary compatibility."
861
861
optsNoInterface,"Don't add a resource to the generated assembly containing F#-specific metadata"
@@ -867,30 +867,30 @@ optsWin32icon,"Specify a Win32 icon file (.ico)"
867
867
optsWin32res,"Specify a Win32 resource file (.res)"
868
868
optsWin32manifest,"Specify a Win32 manifest file"
869
869
optsNowin32manifest,"Do not include the default Win32 manifest"
870
-
optsEmbedAllSource,"Embed all source files in the portable PDB file"
870
+
optsEmbedAllSource,"Embed all source files in the portable PDB file (off by default)"
871
871
optsEmbedSource,"Embed specific source files in the portable PDB file"
872
872
optsSourceLink,"Source link information file to embed in the portable PDB file"
873
873
1001,optsPdbMatchesOutputFileName,"The pdb output file name cannot match the build output filename use --pdb:filename.pdb"
874
874
srcFileTooLarge,"Source file is too large to embed in a portable PDB"
875
875
optsResource,"Embed the specified managed resource"
876
876
optsLinkresource,"Link the specified resource to this assembly where the resinfo format is <file>[,<string name>[,public|private]]"
877
-
optsDebugPM,"Emit debug information (Short form: -g)"
877
+
optsDebugPM,"Emit debug information (Short form: -g) (off by default)"
878
878
optsDebug,"Specify debugging type: full, portable, embedded, pdbonly. ('%s' is the default if no debugging type specified and enables attaching a debugger to a running program, 'portable' is a cross-platform format, 'embedded' is a cross-platform format embedded into the output file)."
optsMlcompatibility,"Ignore ML compatibility warnings"
896
896
optsNologo,"Suppress compiler copyright message"
@@ -925,11 +925,11 @@ optsInternalNoDescription,"The command-line option '%s' is for test purposes onl
925
925
optsDCLONoDescription,"The command-line option '%s' has been deprecated"
926
926
optsDCLODeprecatedSuggestAlternative,"The command-line option '%s' has been deprecated. Use '%s' instead."
927
927
optsDCLOHtmlDoc,"The command-line option '%s' has been deprecated. HTML document generation is now part of the F# Power Pack, via the tool FsHtmlDoc.exe."
928
-
optsConsoleColors,"Output warning and error messages in color"
929
-
optsUseHighEntropyVA,"Enable high-entropy ASLR"
928
+
optsConsoleColors,"Output warning and error messages in color (on by default)"
929
+
optsUseHighEntropyVA,"Enable high-entropy ASLR (off by default)"
930
930
optsSubSystemVersion,"Specify subsystem version of this assembly"
931
931
optsTargetProfile,"Specify target framework profile of this assembly. Valid values are mscorlib, netcore or netstandard. Default - mscorlib"
932
-
optsEmitDebugInfoInQuotations,"Emit debug information in quotations"
932
+
optsEmitDebugInfoInQuotations,"Emit debug information in quotations (off by default)"
933
933
optsPreferredUiLang,"Specify the preferred output language culture name (e.g. es-ES, ja-JP)"
934
934
optsNoCopyFsharpCore,"Don't copy FSharp.Core.dll along the produced binaries"
935
935
optsSignatureData,"Include F# interface information, the default is file. Essential for distributing libraries."
@@ -1556,12 +1556,12 @@ csTypeHasNullAsExtraValue,"The type '%s' supports 'null' but a non-null type is
1556
1556
3352,typrelInterfaceMemberNoMostSpecificImplementation,"Interface member '%s' does not have a most specific implementation."
0 commit comments