Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 3d64fe5

Browse files
committed
Remove CXXFLAGS in travis.yml again
1 parent a2e5128 commit 3d64fe5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ matrix:
9090
- export EXTRA_OPTS="-DDRB_MAXIMUM_CXX_STANDARD=11"
9191
- export GCOV="llvm-cov gcov"
9292
compiler: clang
93-
env: CC_COMP="clang" CXX_COMP="clang++" CXXFLAGS="-DBOOST_PP_VARIADICS=1"
93+
env: CC_COMP="clang" CXX_COMP="clang++"
9494
#
9595
# TODO Here we used to test with libc++1 by installing libc++-dev,
9696
# but this does not go well with libint any more
@@ -105,9 +105,7 @@ matrix:
105105
- export EXTRA_OPTS="-DDRB_MAXIMUM_CXX_STANDARD=14"
106106
- export GCOV="llvm-cov-5.0 gcov"
107107
compiler: clang
108-
# CXXFLAGS="-DBOOST_PP_VARIADICS=1" is required because the
109-
# variadic macro check built into the current version of boost is not working
110-
env: CC_COMP="clang-5.0" CXX_COMP="clang++-5.0" CXXFLAGS="-DBOOST_PP_VARIADICS=1"
108+
env: CC_COMP="clang-5.0" CXX_COMP="clang++-5.0"
111109
#
112110
# gcc-5
113111
- addons:

0 commit comments

Comments
 (0)