commit | 4368d5ce8a2fa16826d76eeb32347bbbb4fad2bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 26 20:55:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 26 20:55:10 2018 +0200 |
tree | ccbcae6b068e3cdac900c0ace79f4d9908a010c7 | |
parent | 086eb876951aa0b0bee3de4ed0569bf4b70c6f31 [diff] [blame] |
patch 8.0.1646: MS-Windows: executable contains unreferenced functions Problem: MS-Windows: executable contains unreferenced functions and data. Solution: Add /opt:ref to the compiler command. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 2cc9977..14bf136 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1646, +/**/ 1645, /**/ 1644,