From: Rich Salz Date: Fri, 25 Sep 2015 15:38:43 +0000 (-0400) Subject: Change --debug to -d for compat with old releases. X-Git-Tag: OpenSSL_1_1_0-pre1~510 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=1d4ddb4e1a088f1333c4bb155c52c7f94e572bca Change --debug to -d for compat with old releases. Reviewed-by: Tim Hudson --- diff --git a/.travis.yml b/.travis.yml index cb28758e89..14e0a87b7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" - - CONFIG_OPTS="--debug --strict-warnings" + - CONFIG_OPTS="--d --strict-warnings" matrix: exclude: