@@ -129,7 +129,6 @@ jobs:
129129
130130 # macOS (4 configurations)
131131 # kqueue is the default backend on macOS
132- # Global cxxflags needed until capy adds -fexperimental-library internally
133132
134133 - compiler : " apple-clang"
135134 version : " *"
@@ -146,7 +145,6 @@ jobs:
146145 build-type : " RelWithDebInfo"
147146 asan : true
148147 ubsan : true
149- cxxflags : " -fexperimental-library"
150148
151149 - compiler : " apple-clang"
152150 version : " *"
@@ -161,7 +159,6 @@ jobs:
161159 shared : true
162160 build-type : " Release"
163161 build-cmake : true
164- cxxflags : " -fexperimental-library"
165162
166163 - compiler : " apple-clang"
167164 version : " *"
@@ -175,7 +172,6 @@ jobs:
175172 macos : true
176173 shared : true
177174 build-type : " Release"
178- cxxflags : " -fexperimental-library"
179175
180176 - compiler : " apple-clang"
181177 version : " *"
@@ -191,7 +187,7 @@ jobs:
191187 coverage : true
192188 coverage-flag : " macos"
193189 build-type : " Debug"
194- cxxflags : " --coverage -fexperimental-library "
190+ cxxflags : " --coverage"
195191 ccflags : " --coverage"
196192
197193 # Linux GCC (5 configurations)
@@ -778,7 +774,6 @@ jobs:
778774 variant=release \
779775 link=shared \
780776 rtti=on \
781- cxxflags="-fexperimental-library" \
782777 -q \
783778 -j$(sysctl -n hw.ncpu)
784779
@@ -795,7 +790,6 @@ jobs:
795790 cd boost-root
796791 cmake -S . -B build \
797792 -DCMAKE_BUILD_TYPE=Release \
798- -DCMAKE_CXX_FLAGS="-fexperimental-library" \
799793 -DBOOST_INCLUDE_LIBRARIES="${{ steps.patch.outputs.module }}" \
800794 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
801795 cmake --build build --target tests -j$(sysctl -n hw.ncpu)
0 commit comments