changeset 35762:f527453189db

INSTALL: remove outdated notice about statically linked executable Commit: https://github.com/vim/vim/commit/510f94b6db9a246d3f4526ca8a0255760267c94b Author: Joey Pabalinas <joeypabalinas@gmail.com> Date: Sat Jul 20 12:07:30 2024 +0200 INSTALL: remove outdated notice about statically linked executable closes: https://github.com/vim/vim/issues/15308 Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Jul 2024 12:15:04 +0200
parents ae393664f616
children 9faa0b5ef59e
files src/INSTALL
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/INSTALL
+++ b/src/INSTALL
@@ -178,12 +178,6 @@ There used to be a KDE version of Vim, u
 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