We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c205b commit 7dd8611Copy full SHA for 7dd8611
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Install quaddtype
73
working-directory: quaddtype
74
run: |
75
- python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
+ CFLAGS="-fPIC" CXXFLAGS="-fPIC" python -m pip install . -v --no-build-isolation -Cbuilddir=build -C'compile-args=-v' -Csetup-args="-Dbuildtype=debug"
76
- name: Run quaddtype tests
77
78
0 commit comments