vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 211853b880acd558268317abb3b054e3979641e8 parent 6e166fdb8e822fb51b37d3712f90367cbb56c95c Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 6 Feb 2020 18:20:44 +0100 build: improve debug flags Make macro definitions and enums available to debugger. Diffstat:
| M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -272,7 +272,7 @@ CFLAGS_STD = $CFLAGS_STD LDFLAGS_STD = $LDFLAGS_STD CFLAGS_AUTO = $CFLAGS_AUTO LDFLAGS_AUTO = $LDFLAGS_AUTO -CFLAGS_DEBUG = -U_FORTIFY_SOURCE -UNDEBUG -O0 -g -ggdb -Wall -Wextra -pedantic -Wno-missing-field-initializers -Wno-unused-parameter +CFLAGS_DEBUG = -U_FORTIFY_SOURCE -UNDEBUG -O0 -g3 -ggdb -Wall -Wextra -pedantic -Wno-missing-field-initializers -Wno-unused-parameter EOF exec 1>&3 3>&-