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 09c3537 commit f059435Copy full SHA for f059435
CMakeLists.txt
@@ -267,7 +267,7 @@ target_compile_features(triton-python-backend PRIVATE cxx_std_${TRITON_MIN_CXX_S
267
target_compile_options(
268
triton-python-backend PRIVATE
269
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
270
- -Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
+ -Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
271
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
272
)
273
0 commit comments