Skip to content

Commit 9995511

Browse files
authored
Build Updates for Ubuntu24.04 (#102)
* skip warning errors * Revert "skip warning errors" This reverts commit 97456d0. * disable maybe-uninitialize warning errors * remove werror
1 parent b083eb1 commit 9995511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ target_compile_features(triton-tensorrt-backend PRIVATE cxx_std_${TRITON_MIN_CXX
166166
target_compile_options(
167167
triton-tensorrt-backend PRIVATE
168168
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
169-
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror -Wno-deprecated-declarations>
169+
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Wno-deprecated-declarations>
170170
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
171171
)
172172

0 commit comments

Comments
 (0)