From 1d4ddb4e1a088f1333c4bb155c52c7f94e572bca Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 25 Sep 2015 11:38:43 -0400 Subject: [PATCH] Change --debug to -d for compat with old releases. Reviewed-by: Tim Hudson --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.34.1