Skip to content

Commit

Permalink
Disable backstace deps
Browse files Browse the repository at this point in the history
Signed-off-by: luzhang <[email protected]>
  • Loading branch information
luzhang authored and jiaoew1991 committed Dec 13, 2023
1 parent 7b3990e commit 4dfa3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dfa3ab

Please sign in to comment.