remove non working args

This commit is contained in:
Sylvestre Ledru 2021-08-31 17:58:02 +02:00
parent e888bdfcf0
commit c5a885df68

3
debian/rules vendored
View File

@ -210,9 +210,6 @@ ifneq (,$(filter $(DEB_HOST_ARCH), s390x armel m68k mipsel hurd-i386 powerpc spa
else
PROJECTS += ;libunwind
CMAKE_LIBCXX_EXTRA += -DLIBCXXABI_USE_LLVM_UNWINDER=ON \
-DLIBCXXABI_ENABLE_STATIC_UNWINDER=ON \
-DLIBCXXABI_STATICALLY_LINK_UNWINDER_IN_SHARED_LIBRARY=OFF \
-DLIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY=ON \
-DLIBUNWIND_USE_COMPILER_RT=ON
endif