feat enable unwind
Some checks failed
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
android / build (push) Failing after 16m36s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Failing after 16m34s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Failing after 16m32s
linux-arm-gcc / linux-gcc-arm (Debug) (push) Failing after 16m30s
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Failing after 7m45s
linux-arm-gcc / linux-gcc-arm (Release) (push) Failing after 11m1s
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Failing after 13m39s
linux-arm-gcc / linux-gcc-armhf (Release) (push) Failing after 15m2s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 7m3s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Has been cancelled
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Has been cancelled
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Has been cancelled
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Has been cancelled

This commit is contained in:
tqcq 2024-06-14 15:26:43 +08:00
parent ce5bbf4454
commit c31e29bfca

View File

@ -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)