We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f4527 commit 9a3add2Copy full SHA for 9a3add2
1 file changed
.github/workflows/ci.yaml
@@ -386,7 +386,7 @@ jobs:
386
export LDFLAGS="-L${brew_prefix}/lib -Wl,-rpath,${brew_prefix}/lib"
387
echo "LDFLAGS=${LDFLAGS}" >> "$GITHUB_ENV"
388
389
- export CXXFLAGS="-I${xcode_prefix}/usr/include -I${brew_prefix}/include -O3 -std=c++17 -fopenmp -flto=auto"
+ export CXXFLAGS="-I${xcode_prefix}/usr/include -I${brew_prefix}/include -O3 -std=c++17 -flto=auto -Xpreprocessor -fopenmp"
390
echo "CXXFLAGS=${CXXFLAGS}" >> "$GITHUB_ENV"
391
392
- name: Run Python tests
0 commit comments