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 bded43c commit 9c8f5b2Copy full SHA for 9c8f5b2
CMakeLists.txt
@@ -234,7 +234,7 @@ target_compile_features(triton-onnxruntime-backend PRIVATE cxx_std_${TRITON_MIN_
234
target_compile_options(
235
triton-onnxruntime-backend PRIVATE
236
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
237
- -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
+ -Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
238
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
239
)
240
0 commit comments