]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
INSTALL: remove outdated notice about statically linked executable
authorJoey Pabalinas <joeypabalinas@gmail.com>
Sat, 20 Jul 2024 10:07:30 +0000 (12:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 20 Jul 2024 10:08:43 +0000 (12:08 +0200)
closes: #15308

Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/INSTALL

index efa03da8006b3ea99f938fd9d2d6d80ab6e21704..79d75842cd1968bec6116b53c055e1356d1d96a5 100644 (file)
@@ -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