mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert combined json change
This commit is contained in:
parent
6498e64eeb
commit
0b0a0e103e
@ -460,7 +460,6 @@ void CommandLineParser::parseOutputSelection()
|
|||||||
);
|
);
|
||||||
static set<string> const assemblerModeOutputs = {
|
static set<string> const assemblerModeOutputs = {
|
||||||
CompilerOutputs::componentName(&CompilerOutputs::asm_),
|
CompilerOutputs::componentName(&CompilerOutputs::asm_),
|
||||||
CompilerOutputs::componentName(&CompilerOutputs::asmJson),
|
|
||||||
CompilerOutputs::componentName(&CompilerOutputs::binary),
|
CompilerOutputs::componentName(&CompilerOutputs::binary),
|
||||||
CompilerOutputs::componentName(&CompilerOutputs::irOptimized)
|
CompilerOutputs::componentName(&CompilerOutputs::irOptimized)
|
||||||
};
|
};
|
||||||
@ -1179,6 +1178,7 @@ void CommandLineParser::processArgs()
|
|||||||
// TODO: The list is not complete. Add more.
|
// TODO: The list is not complete. Add more.
|
||||||
g_strOutputDir,
|
g_strOutputDir,
|
||||||
g_strGas,
|
g_strGas,
|
||||||
|
g_strCombinedJson,
|
||||||
g_strOptimizeYul,
|
g_strOptimizeYul,
|
||||||
g_strNoOptimizeYul,
|
g_strNoOptimizeYul,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user