Skip to content

Commit

Permalink
Build Updates for Ubuntu24.04 (#105)
Browse files Browse the repository at this point in the history
* skip warning errors

* skip warning errors
  • Loading branch information
nv-anants authored Nov 4, 2024
1 parent ac03a5d commit 2db85dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ target_compile_options(
triton-backend-utils
PRIVATE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
-Wall -Wextra -Wno-unused-parameter -Werror>
-Wall -Wextra -Wno-unused-parameter>
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
)

Expand Down

0 comments on commit 2db85dc

Please sign in to comment.