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 eda5c4b589
commit ebb113ddd7
2 changed files with 2 additions and 0 deletions

1
debian/changelog vendored
View File

@ -129,6 +129,7 @@ llvm-toolchain-snapshot (1:13~++20210129063721+010b176cdefb-1~exp1) experimental
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|)"