commit | 00d07e7682d289c3afee9df557ae909b9b403f9c | [log] [tgz] |
---|---|---|
author | Rose <83477269+AtariDreams@users.noreply.github.com> | Sat May 06 18:07:14 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 06 18:07:14 2023 +0100 |
tree | 0844f7c818889c4d1d59ec8baa09fdf81af775a1 | |
parent | 3ab3a864814f903da8a158c01820e4fbe1013c08 [diff] [blame] |
patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGS Problem: MacOS: configure removes -O2 from $CFLAGS. Solution: Only adjust $CFLAGS for gcc. (closes #12351)
diff --git a/src/version.c b/src/version.c index 260afa8..dc17976 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1517, +/**/ 1516, /**/ 1515,