vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4942a984a153f2b1b04e425fea1c98a3eeaaf1f7 parent 74d57ce87a7b6f5e0d2ae8b2ce37543fa4a1c57a Author: Randy Palamar <randy@rnpnr.xyz> Date: Sun, 12 May 2024 09:35:14 -0600 enable warnings in default CFLAGS Diffstat:
| M | configure | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configure b/configure @@ -233,6 +233,7 @@ Darwin) CFLAGS_STD="$CFLAGS_STD -D_DARWIN_C_SOURCE" ;; AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;; esac +tryflag CFLAGS -Wall tryflag CFLAGS -pipe # Try flags to optimize binary size