[yul-phaser] Phaser: Change default metric to RelativeCodeSize

This commit is contained in:
Kamil Śliwak 2020-02-27 00:12:54 +01:00
parent d86652cb96
commit 905147321b

View File

@ -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."
)
(