From 4dfa3ab0e2e1b9423a717cfa72ddfcda1c532baa Mon Sep 17 00:00:00 2001 From: luzhang Date: Tue, 12 Dec 2023 19:34:36 +0800 Subject: [PATCH] Disable backstace deps Signed-off-by: luzhang --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 81374e0670e..d1aa779bd8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -145,6 +145,8 @@ include(folly-deps) # Find the required packages include(FollyConfigChecks) # Disable unwind set(FOLLY_HAVE_LIBUNWIND OFF) +# Disable backstrace +set(FOLLY_HAVE_BACKTRACE OFF) configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/CMake/folly-config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/folly/folly-config.h