@@ -48,19 +48,19 @@ extern "fsharpc" [
4848 -- mlcompatibility # Ignore ML compatibility warnings
4949 -- nologo # Suppress compiler copyright message
5050 -- help (- ?) # Display this usage message
51- -- codepage: # Specify the codepage used to read source files
51+ # --codepage: # Specify the codepage used to read source files
5252 -- utf8output # Output messages in UTF-8 encoding
5353 -- fullpaths # Output messages with fully qualified paths
5454 # --lib: # Specify a directory for include path for resolving source files and assemblies
5555 -- simpleresolution # Resolve assembly references using directory-based rules
56- -- baseaddress: # Base address for the library to be built
56+ # --baseaddress: # Base address for the library to be built
5757 -- noframework # Do not reference the default CLI assemblies by default
5858 -- standalone # Statically link F# library and referenced DLLs into the generated assembly
59- -- staticlink: # Statically link the assembly and referenced DLLs that depend on this assembly
59+ # --staticlink: # Statically link the assembly and referenced DLLs that depend on this assembly
6060 # --pdb: # Name the output debug file
6161 # --highentropyva+ # Enable high-entropy ASLR
6262 # --highentropyva- # Disable --highentropyva
63- -- subsystemversion: # Specify subsystem version of this assembly
63+ # --subsystemversion: # Specify subsystem version of this assembly
6464 # --quotations-debug+ # Emit debug information in quotations
6565 # --quotations-debug- # Disable --quotations-debug
6666 ... args
0 commit comments