mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
version: remove "Compilation" and "Linking" messages.
Can't reliably get this information from cmake (#1267), so it's misleading to show these messages at all. We can always revert this commit if we find a way later.
This commit is contained in:
@@ -825,11 +825,6 @@ void list_version(void)
|
||||
version_msg((char *)default_vimruntime_dir);
|
||||
version_msg("\"\n");
|
||||
}
|
||||
version_msg(_("Compilation: "));
|
||||
version_msg((char *)all_cflags);
|
||||
version_msg("\n");
|
||||
version_msg(_("Linking: "));
|
||||
version_msg((char *)all_lflags);
|
||||
#endif // ifdef HAVE_PATHDEF
|
||||
#ifdef DEBUG
|
||||
version_msg("\n");
|
||||
|
Reference in New Issue
Block a user