utils/genrandconfig: test with BR2_OPTIMIZE_2=y
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>
Mon, 3 Dec 2018 17:54:30 +0000 (20:54 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Dec 2018 21:06:12 +0000 (22:06 +0100)
commitaa556e2035c023d4328185a46e15df532e566067
treed2ae1200f721564312ce6b68f7b68b772912d051
parent6b50f988ad0a6044530b30344d52139da2994237
utils/genrandconfig: test with BR2_OPTIMIZE_2=y

Currently all random defconfigs which are used in autobuilder use size
optimizaion (-Os), since BR2_OPTIMIZE_S=y is the default.

Adding "-O2" optimization will give better test coverage.

In many cases software gets built with speed optimization rather than
size optimization. So let's add Level 2 optimizaion option to be
generated in random defconfigs, so we could be able to test how
packages are built with "-O2" in autobuilder.

Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/genrandconfig