Skip to content

Commit bed6a4d

Browse files
mc-nvnv-anants
andauthored
Build Updates for Ubuntu24.04 (#102) (#103)
* skip warning errors * Revert "skip warning errors" This reverts commit 97456d0. * disable maybe-uninitialize warning errors * remove werror Co-authored-by: Anant Sharma <[email protected]>
1 parent b083eb1 commit bed6a4d

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)