You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2020/08/18 17:56:37 UTC

[qpid-dispatch] branch master updated: NO-JIRA: Make Travis CI build Qpid Proton clang 10 asan job with same flags as Proton Travis CI

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bcc96b  NO-JIRA: Make Travis CI build Qpid Proton clang 10 asan job with same flags as Proton Travis CI
4bcc96b is described below

commit 4bcc96be0146aaa254fc36704810fadcc652b149
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Tue Aug 18 13:55:25 2020 -0400

    NO-JIRA: Make Travis CI build Qpid Proton clang 10 asan job with same flags as Proton Travis CI
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f4c8284..7868ac6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -71,7 +71,7 @@ jobs:
     - CC=clang-10
     - CXX=clang++-10
     - PATH="/usr/bin:$PATH" PROTON_VERSION=master BUILD_TYPE=RelWithDebInfo
-    - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
+    - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan -DENABLE_LINKTIME_OPTIMIZATION=no -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
   - name: "qdrouterd:Default Build"
     os: linux
     env:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org