Work around Travis "virtual memory exhausted" error
authorMatt Caswell <matt@openssl.org>
Thu, 1 Jun 2017 16:35:23 +0000 (17:35 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 2 Jun 2017 12:12:51 +0000 (13:12 +0100)
commit042597b0ace7e3adc8a79f6e096eef659ce1d9d5
treebbc1795caae208da60f3948c488c028322dc40c3
parent51909407c2acbcb36dde31314676924d2fee29a1
Work around Travis "virtual memory exhausted" error

One particular build was running out of memory. By swapping to debug mode
we reduce the optimisation level which should reduce the amount of memory
required.

[extended tests]

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3601)
.travis.yml