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 c0570ce commit 9d21fccCopy full SHA for 9d21fcc
CMakeLists.txt
@@ -226,7 +226,7 @@ target_compile_options(
226
triton-onnxruntime-backend PRIVATE
227
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
228
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
229
- $<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc>
+ $<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
230
)
231
232
if(${TRITON_ENABLE_GPU})
0 commit comments