mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] Phaser: Change default metric to RelativeCodeSize
This commit is contained in:
parent
d86652cb96
commit
905147321b
@ -463,7 +463,7 @@ Phaser::CommandLineDescription Phaser::buildCommandLineDescription()
|
||||
metricsDescription.add_options()
|
||||
(
|
||||
"metric",
|
||||
po::value<MetricChoice>()->value_name("<NAME>")->default_value(MetricChoice::CodeSize),
|
||||
po::value<MetricChoice>()->value_name("<NAME>")->default_value(MetricChoice::RelativeCodeSize),
|
||||
"Metric used to evaluate the fitness of a chromosome."
|
||||
)
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user