Skip to content

Commit

Permalink
Set Uthread to off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanqiXu9 committed Aug 6, 2024
1 parent cc42157 commit e6579de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ if (ASYNC_SIMPLE_ENABLE_ASAN)
endif()

# Start Detecing Uthread
set(UTHREAD OFF)
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") # uname -s
if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "x86_64|aarch64|ppc64le") # uname -m
set(UTHREAD ON)
Expand Down

0 comments on commit e6579de

Please sign in to comment.