From c31e29bfcaffa8735fdfaf178e3b77038c0c40ef Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:26:43 +0800 Subject: [PATCH] feat enable unwind --- third_party/glog/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/glog/CMakeLists.txt b/third_party/glog/CMakeLists.txt index b02caa6..e260194 100644 --- a/third_party/glog/CMakeLists.txt +++ b/third_party/glog/CMakeLists.txt @@ -45,7 +45,7 @@ option(WITH_PKGCONFIG "Enable pkg-config support" OFF) option(WITH_SYMBOLIZE "Enable symbolize module" ON) option(WITH_THREADS "Enable multithreading support" ON) option(WITH_TLS "Enable Thread Local Storage (TLS) support" ON) -option(WITH_UNWIND "Enable libunwind support" OFF) +option(WITH_UNWIND "Enable libunwind support" ON) cmake_dependent_option(WITH_GMOCK "Use Google Mock" ON WITH_GTEST OFF)