diff --git a/sdk/cmake/config.cmake b/sdk/cmake/config.cmake index 8a995349db2..8e46bddf468 100644 --- a/sdk/cmake/config.cmake +++ b/sdk/cmake/config.cmake @@ -122,6 +122,6 @@ if(ARCH STREQUAL "amd64") set(ENABLE_CALLBACK_STACKS TRUE CACHE BOOL "Whether to enable the use of callout stacks in user mode callbacks.") else() -set(ENABLE_CALLBACK_STACKS FALSE CACHE BOOL +set(ENABLE_CALLBACK_STACKS TRUE CACHE BOOL "Whether to enable the use of callout stacks in user mode callbacks.") endif()