vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit eb627e521640e7e8093296ffdb63629376c3f140 parent 04665f8c1ccde7dfa0adcddebea8b674ddf6272f Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 25 Feb 2017 20:11:36 +0100 build: try to enable compiler flags to minimize binary size Diffstat:
| M | configure | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure b/configure @@ -229,9 +229,9 @@ tryflag CFLAGS -pipe # Try flags to optimize binary size tryflag CFLAGS -Os -#tryflag CFLAGS -ffunction-sections -#tryflag CFLAGS -fdata-sections -#tryldflag LDFLAGS_AUTO -Wl,--gc-sections +tryflag CFLAGS -ffunction-sections +tryflag CFLAGS -fdata-sections +tryldflag LDFLAGS_AUTO -Wl,--gc-sections # Try hardening flags tryflag CFLAGS -fPIE