From 4077379b0f59e22f8a5d95825e7b4e414d9df104 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 24 Sep 2021 12:20:47 +0200 Subject: [PATCH] remove dup declaration on -DLIBUNWIND_USE_COMPILER_RT=ON --- debian/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/rules b/debian/rules index 9ba4ef75..de4dabab 100755 --- a/debian/rules +++ b/debian/rules @@ -436,7 +436,6 @@ override_dh_auto_configure: preconfigure -DCLANG_LINK_CLANG_DYLIB=ON \ -DENABLE_LINKER_BUILD_ID=ON \ -DCOMPILER_RT_USE_LIBCXX=NO \ - -DLIBUNWIND_USE_COMPILER_RT=ON \ $(CMAKE_EXTRA) \ $(Z3_FLAG) \ -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR;M68k" \