From 9a20395870ab15e6e9483cd258fdccaa79b2157f Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 28 Jan 2022 21:11:27 +0330 Subject: updates --- vim/vim-tiny-static.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 vim/vim-tiny-static.sh (limited to 'vim/vim-tiny-static.sh') diff --git a/vim/vim-tiny-static.sh b/vim/vim-tiny-static.sh new file mode 100755 index 0000000..0c19ae2 --- /dev/null +++ b/vim/vim-tiny-static.sh @@ -0,0 +1,21 @@ +#!/usr/bin/env sh + +make distclean + +CFLAGS="" LD_FLAGS="-static" ./configure \ + --prefix=/debug/libs/runtime \ + --disable-channel \ + --disable-gpm \ + --disable-gtktest \ + --disable-gui \ + --disable-netbeans \ + --disable-nls \ + --disable-selinux \ + --disable-smack \ + --disable-sysmouse \ + --disable-xsmp \ + --enable-multibyte \ + --with-features=normal \ + --without-x + +make -j4 -- cgit v1.2.3