[openssl-commits] [openssl] master update
Emilia Kasper
emilia at openssl.org
Fri Feb 26 17:37:45 UTC 2016
The branch master has been updated
via 875856efd6a6f5d3e6f32661e0e50afcea5bcb62 (commit)
from b6e785842a8e9830e078cf70073c10f7be36b3b1 (commit)
- Log -----------------------------------------------------------------
commit 875856efd6a6f5d3e6f32661e0e50afcea5bcb62
Author: Emilia Kasper <emilia at openssl.org>
Date: Fri Feb 26 18:35:08 2016 +0100
Don't build sanitizer builds with --debug
They're too slow.
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index cf8c442..198a121 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,13 +42,13 @@ matrix:
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: clang-3.6
- env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2"
+ env: CONFIG_OPTS="no-asm --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: gcc-5
- env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2"
+ env: CONFIG_OPTS="no-asm --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2"
- os: linux
compiler: clang-3.6
env: CONFIG_OPTS="no-engine"
More information about the openssl-commits
mailing list