From 85bd837be4897132a21d31527ec7c545ea58f927 Mon Sep 17 00:00:00 2001 From: Timothy Stack Date: Fri, 7 Apr 2017 09:26:34 -0700 Subject: [PATCH] [build] try full static --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c8a33b5..aa91fcc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ after_script: test -e test/test-suite.log && cat test/test-suite.log env: global: - - LDFLAGS: -static-libstdc++ -static-libgcc + - LDFLAGS: -static + # -static-libstdc++ -static-libgcc # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "P3wQLswiGYWrZwO4bxFmsA4XG5s/pS+renL0RMeotMTQwQQXmy1ZCvwMnAgaYWQmF82fN8WjuhO3OX0gpDbydxRktqI5ZqblsryV6poB0g+OkCqThbDUp3TL6TjPqySTI1CZ8qoOBYFMubAZYVJAEfxl0UxoQE+uTsRarRqr8rI="