vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit f39acecd58c9983fbafdcb8cd58abd793a26b59e parent d6a15127cafb906383f3e1251fe73352a065fee2 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 12 May 2020 09:10:12 +0200 build: use -O2 by default Diffstat:
| M | configure | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure @@ -235,7 +235,7 @@ esac tryflag CFLAGS -pipe # Try flags to optimize binary size -tryflag CFLAGS -Os +tryflag CFLAGS -O2 tryflag CFLAGS -ffunction-sections tryflag CFLAGS -fdata-sections tryldflag LDFLAGS_AUTO -Wl,--gc-sections