diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-06-06 00:18:39 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2014-06-06 00:18:39 -0300 |
commit | e29c32659be009d3b7d528ac8bb44477be70c9c7 (patch) | |
tree | 1558ec7af164b7d25092692b3c4cfa776cdfdd2e | |
parent | 0c99b071e110ed34cffaab424fd9c467e0733bf3 (diff) | |
download | qt5webkit-e29c32659be009d3b7d528ac8bb44477be70c9c7.tar.gz |
Switch back to build full debugging symbols on amd64.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7911745..41ccb69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.3.0+dfsg-2) UNRELEASED; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] * Update symbols files with buildds' logs. + * Switch back to build full debugging symbols on amd64. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 24 May 2014 14:04:43 -0300 diff --git a/debian/rules b/debian/rules index 0911513..81ed086 100755 --- a/debian/rules +++ b/debian/rules @@ -12,8 +12,8 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -gstab_architectures := amd64 i386 powerpc s390x -fulldebug_architectures := none +gstab_architectures := i386 powerpc s390x +fulldebug_architectures := amd64 disabled_jit_architectures := armel mips mipsel %: |