summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-06 13:31:13 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-06 13:31:13 (EDT)
commit3ead408ea9bf4437e632edff6619610806197f48 (patch)
tree711584b9c13c7496819a1be76a3e13197aac0dee
parentdec63e3220800a9e1c5fe72dc25bbb79197cc127 (diff)
build: Set --with-separate-debug-dir=/usr/lib/debug
-rwxr-xr-xbuild3
-rw-r--r--changelog2
2 files changed, 3 insertions, 2 deletions
diff --git a/build b/build
index 37e3e31..2a51149 100755
--- a/build
+++ b/build
@@ -15,7 +15,8 @@ configure:
--with-expat \
--without-python \
--with-system-gdbinit=/etc/gdb/gdbinit \
- --with-lzma
+ --with-lzma \
+ --with-separate-debug-dir=/usr/lib/debug
touch $@
build: configure
diff --git a/changelog b/changelog
index b7b3b3d..b9aaccb 100644
--- a/changelog
+++ b/changelog
@@ -2,4 +2,4 @@ gdb (8.3+sip1-1) trunk
* Initial release.
- -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 03 Jul 2019 12:23:15 -0400
+ -- Patrick McDermott <patrick.mcdermott@libiquity.com> Fri, 05 Jul 2019 03:02:26 -0400