vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9b2d63f41a2eda60ef072c3317f239132bc35d2a parent 2b746ecf25a0c994975e272e987532493321bac3 Author: Marc André Tanner <mat@brain-dump.org> Date: Mon, 21 Mar 2016 16:39:55 +0100 configure: probe for size optimizing flags (disabled for now) Diffstat:
| M | configure | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/configure b/configure @@ -213,6 +213,9 @@ tryflag CFLAGS_AUTO -pipe # Try flags to optimize binary size tryflag CFLAGS_AUTO -Os +#tryflag CFLAGS_AUTO -ffunction-sections +#tryflag CFLAGS_AUTO -fdata-sections +#tryldflag LDFLAGS_AUTO -Wl,--gc-sections have_pkgconfig=no printf "checking for pkg-config... "