commit | de2bd37becbec3547ffbaa86321c7ea6379d6bf0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 13:56:25 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 21 13:56:25 2018 +0200 |
tree | ab338a9f5524a227c57570617f0966c5e22e553d | |
parent | b872e63fc6c1955d3a9c33745e29c57f354aa73b [diff] [blame] |
patch 8.1.0419: Cygwin: running cproto fails with -O2 Problem: Cygwin: running cproto fails with -O2. Solution: Strip -O2 for cproto. (Ken Takata, closes #3465)
diff --git a/src/version.c b/src/version.c index 079657e..bc3cbf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 419, +/**/ 418, /**/ 417,