From 1691b727d3f7667fde3ca47d0aac3038f68027a4 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 02 Jul 2019 20:18:55 -0400 Subject: build: Enable debug info --- 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 \ -- cgit v0.9.1