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 a2564ea commit 071c052Copy full SHA for 071c052
CMakeLists.txt
@@ -255,7 +255,7 @@ target_compile_features(triton-python-backend PRIVATE cxx_std_${TRITON_MIN_CXX_S
255
target_compile_options(
256
triton-python-backend PRIVATE
257
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
258
- -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
+ -Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
259
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
260
)
261
0 commit comments