diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 20:18:55 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-02 20:18:55 (EDT) |
commit | 1691b727d3f7667fde3ca47d0aac3038f68027a4 (patch) | |
tree | 2c7ad96949714a9f42d5f11eee4d7a8160cef4dd /build | |
parent | dadd5e3e7c9ba4e2c41becaeec283ec65f4e597e (diff) |
build: Enable debug info
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ common_opts = \ --with-install-prefix="$${PWD}/dest" \ --with-shared \ --with-cxx-shared \ - --without-debug \ + --with-debug \ --without-profile \ --with-termlib=tinfo \ --with-ticlib=tic \ |