Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/Compiler/Driver/CompilerOptions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2144,12 +2144,17 @@ let PostProcessCompilerArgs (abbrevArgs: string Set) (args: string[]) =

Array.toList arga[0 .. (idx - 1)]

// OptionBlock: QA options
// OptionBlock: ex-QA options
//------------------------

let testingAndQAFlags _tcConfigB =
[
CompilerOption("dumpAllCommandLineOptions", tagNone, OptionConsoleOnly(fun blocks -> DumpCompilerOptionBlocks blocks), None, None) // "Command line options")
CompilerOption(
"dumpAllCommandLineOptions",
tagNone,
OptionConsoleOnly(fun blocks -> DumpCompilerOptionBlocks blocks),
Some(DeprecatedCommandLineOptionNoDescription("--dumpAllCommandLineOptions", rangeCmdArgs)),
None)
]

// Core compiler options, overview
Expand Down

This file was deleted.

Loading