travis: drop superfluous CXXFLAGS on macOS

These have not been required since ASan was moved back to the Linux build.
This commit is contained in:
David Adam 2019-02-28 21:09:03 +08:00
parent 83b4adffc0
commit 637503cb0a

View File

@ -41,8 +41,6 @@ matrix:
before_install:
- brew update
- brew install pcre2 # use system PCRE2
env:
- CXXFLAGS="-g -O2 -lstdc++"
fast_finish: true
script: