From 605a54ef1c17f93d5a5f09150953f444d4a3ad39 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 (cherry picked from commit 1d4ddb4e1a088f1333c4bb155c52c7f94e572bca) --- .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.25.1