From 5872c513574c2d6720155c6316d1c53de2e916a6 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 25 Sep 2015 11:41:37 -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 c9b1385d1e..c3965d56d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" - - CONFIG_OPTS="--debug" + - CONFIG_OPTS="-d" matrix: exclude: -- 2.25.1