commit | 3135650970f280cce0fdbbf06024daa8b23bfd85 | [log] [tgz] |
---|---|---|
author | Emilia Kasper <emilia@openssl.org> | Sun Mar 06 21:59:53 2016 +0100 |
committer | Emilia Kasper <emilia@openssl.org> | Sun Mar 06 22:37:18 2016 +0100 |
tree | b00d43528253c3cb1f0785087e9b1166c824590f | |
parent | a4cb3bc8f205383ed087f83950c42a9049db7494 [diff] |
Trim the Travis config - Remove no-asm. We've got to cut something, and this is at least partially covered by the sanitizer builds. - Remove enable-crypto-mdebug from sanitizer builds. enable-crypto-mdebug has been shown to catch some static initialization bugs that the standard leak sanitizer can't so perhaps it has _some_ value; but we shouldn't let the two compete. Reviewed-by: Richard Levitte <levitte@openssl.org>