summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commit1691b727d3f7667fde3ca47d0aac3038f68027a4 (patch)
tree2c7ad96949714a9f42d5f11eee4d7a8160cef4dd
parentdadd5e3e7c9ba4e2c41becaeec283ec65f4e597e (diff)
build: Enable debug info
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index ab98e36..eeff092 100755
--- a/build
+++ b/build
@@ -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 \