Skip to content

Commit

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

* Revert "skip warning errors"

This reverts commit 071c052.

* Reapply "skip warning errors"

This reverts commit a088c29.

Co-authored-by: Anant Sharma <[email protected]>
  • Loading branch information
mc-nv and nv-anants committed Nov 23, 2024
1 parent 09c3537 commit 1eac386
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 @@ -267,7 +267,7 @@ target_compile_features(triton-python-backend PRIVATE cxx_std_${TRITON_MIN_CXX_S
target_compile_options(
triton-python-backend PRIVATE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits -Werror>
-Wall -Wextra -Wno-unused-parameter -Wno-type-limits>
$<$<CXX_COMPILER_ID:MSVC>:/Wall /D_WIN32_WINNT=0x0A00 /EHsc /Zc:preprocessor>
)

Expand Down

0 comments on commit 1eac386

Please sign in to comment.