Add debian/source/options to ignore the diff (much much faster to repack)

This commit is contained in:
Sylvestre Ledru 2021-08-29 17:36:19 +02:00
parent 5679c920dd
commit 296a093d1f
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
llvm-toolchain-12 (1:12.0.1-7) UNRELEASED; urgency=medium
* cmake: use ON instead of YES for consistency
* Add debian/source/options to ignore the diff (much much faster to repack)
* Add LIBCXXABI_ENABLE_STATIC_UNWINDER=ON
LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_SHARED_LIBRARY=OFF
LIBCXXABI_STATICALLY_LINK_UNWINDER_IN_STATIC_LIBRARY=ON

1
debian/source/options vendored Normal file
View File

@ -0,0 +1 @@
extend-diff-ignore = "(^|/)(clang|clang-tools-extra|compiler-rt|CONTRIBUTING.md|debuginfo-tests|flang|integration-test-suite|libc|libclc|libcxx|libcxxabi|libunwind|lld|lldb|llvm|mlir|openmp|parallel-libs|polly|pstl|README.md|runtimes|utils|)"