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 75647ae commit 3905a96Copy full SHA for 3905a96
tests/test_parallel_solution.py
@@ -47,7 +47,7 @@ def run_forward(dimension, density, language, dtype):
47
48
cc = 'clang'
49
else:
50
- cflags = '-O3'
+ cflags = '-O3 -fPIC'
51
cc = 'gcc'
52
53
compiler = Compiler(
0 commit comments