We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e496ef9 commit 6eeb2d0Copy full SHA for 6eeb2d0
1 file changed
CMakeLists.txt
@@ -26,7 +26,7 @@ endif()
26
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR
27
CMAKE_CXX_COMPILER_ID MATCHES "GNU" OR
28
(CMAKE_CXX_COMPILER_ID MATCHES "Intel" AND NOT WIN32))
29
- target_compile_options(python-samplerate PRIVATE -std=c++14 -O3 -Wall -Wextra)
+ target_compile_options(python-samplerate PRIVATE -std=c++14 -O3 -Wall -Wextra -fPIC)
30
endif()
31
32
### stick the package and libsamplerate version into the module
0 commit comments