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 fda2b17 commit 6533170Copy full SHA for 6533170
kernels/optimized/CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
23
24
set(_common_compile_options
25
$<$<CXX_COMPILER_ID:MSVC>:/wd4996>
26
- $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-deprecated-declarations -fPIC>
+ $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-deprecated-declarations>
27
)
28
29
# Note for apple platform we can rely on Accelerate framework Will come back to
0 commit comments