From: Joey Pabalinas Date: Sat, 20 Jul 2024 10:07:30 +0000 (+0200) Subject: INSTALL: remove outdated notice about statically linked executable X-Git-Tag: v9.1.0608~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=510f94b6db9a246d3f4526ca8a0255760267c94b;p=thirdparty%2Fvim.git INSTALL: remove outdated notice about statically linked executable closes: #15308 Signed-off-by: Joey Pabalinas Signed-off-by: Christian Brabandt --- diff --git a/src/INSTALL b/src/INSTALL index efa03da800..79d75842cd 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -178,12 +178,6 @@ There used to be a KDE version of Vim, using Qt libraries, but since it didn't work very well and there was no maintainer it was dropped. -Unix: COMPILING ON LINUX - -On Linux, when using -g to compile (which is default for gcc), the executable -will probably be statically linked. If you don't want this, remove the -g -option from CFLAGS. - Unix: PUTTING vimrc IN /etc Some Linux distributions prefer to put the global vimrc file in /etc, and the