mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-07 06:05:03 -04:00

SSL testing benefits from faster executables, so use -O2 rather than -O1. Some builds use -O1, but that's intended for jobs that only run unit tests, where the build takes longer than the tests. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>