DescriptionDon't include libdisasm.a in libbreakpad.a
libbreakpad.a pointlessly contains libdisasm.a
This looks like a left-over from when libtool was used
Since this has no useful effect (as the linker doesn't recursively search
archive members which aren't objects), anything which requires the objects in
libdisasm.a must already be linking with it, so simply remove it.
BUG=https://code.google.com/p/google-breakpad/issues/detail?id=484
Committed: https://chromium.googlesource.com/breakpad/breakpad/+/27a2e317d75131f52992324ebcdddf97b34c3865
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|