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 a6bfcbc commit fda2b17Copy full SHA for fda2b17
extension/llm/tokenizers
kernels/portable/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
include(${EXECUTORCH_ROOT}/tools/cmake/Utils.cmake)
0 commit comments