From 637503cb0a629ec3a10a0f1961d6336928dfd494 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 28 Feb 2019 21:09:03 +0800 Subject: [PATCH] travis: drop superfluous CXXFLAGS on macOS These have not been required since ASan was moved back to the Linux build. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95a51d43c..cd2a13510 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,8 +41,6 @@ matrix: before_install: - brew update - brew install pcre2 # use system PCRE2 - env: - - CXXFLAGS="-g -O2 -lstdc++" fast_finish: true script: