diff options
author | Patrick 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) |
commit | 3ead408ea9bf4437e632edff6619610806197f48 (patch) | |
tree | 711584b9c13c7496819a1be76a3e13197aac0dee /build | |
parent | dec63e3220800a9e1c5fe72dc25bbb79197cc127 (diff) |
build: Set --with-separate-debug-dir=/usr/lib/debug
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |