diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-11 23:05:56 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-11 23:05:56 +0000 |
commit | 40e67ff2e39951568898d5b9239ef553022df3be (patch) | |
tree | 247794a105767d767f5d627e5839542cd172a049 /debian/changelog | |
parent | b63cc762d12c67639343f5945a1e09b4295cf932 (diff) |
Fix kernel debugger
debian/rules: Pass -fno-omit-frame-pointer for -dbg builds,
to fix kernel debugger traces & co.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8b2491b..8304ae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,10 @@ gnumach (2:1.3.99.dfsg.git20111010-2) UNRELEASED; urgency=low * debian/control: - Do not make gnumach-dbg depend on gnumach. - Remove article in synopsis. - * debian/rules: Add stamp files, and build-indep and build-arch targets. + * debian/rules: + - Add stamp files, and build-indep and build-arch targets. + - Pass -fno-omit-frame-pointer for -dbg builds, to fix kernel debugger + traces & co. -- Samuel Thibault <sthibault@debian.org> Tue, 11 Oct 2011 20:59:21 +0200 |