We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7934b43 commit 272f53bCopy full SHA for 272f53b
solc/CommandLineParser.cpp
@@ -304,9 +304,7 @@ OptimiserSettings CommandLineOptions::optimiserSettings() const
304
{
305
OptimiserSettings settings;
306
307
- if (optimizer.enabled && input.mode == InputMode::Assembler)
308
- settings = OptimiserSettings::full();
309
- else if (optimizer.enabled)
+ if (optimizer.enabled)
310
settings = OptimiserSettings::standard();
311
else
312
settings = OptimiserSettings::minimal();
0 commit comments