view configure @ 32371:a182764faa18 v9.0.1517

patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGS Commit: https://github.com/vim/vim/commit/00d07e7682d289c3afee9df557ae909b9b403f9c Author: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Sat May 6 18:07:14 2023 +0100 patch 9.0.1517: MacOS: configure removes -O2 from $CFLAGS Problem: MacOS: configure removes -O2 from $CFLAGS. Solution: Only adjust $CFLAGS for gcc. (closes https://github.com/vim/vim/issues/12351)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 May 2023 19:15:03 +0200
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"