From e5f2be61595fbbba77261f3bf1e032fe03a1966d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 21 Jan 2016 20:24:34 +0100 Subject: patch 7.4.1148 Problem: Default for MingW and Cygwin is still "normal". Solution: Use "huge" as default. (Ken Takata) --- src/Make_cyg_ming.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Make_cyg_ming.mak') diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index a73d77d6a..203438a59 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -39,7 +39,7 @@ GUI=yes DIRECTX=no # FEATURES=[TINY | SMALL | NORMAL | BIG | HUGE] # Set to TINY to make minimal version (few features). -FEATURES=BIG +FEATURES=HUGE # Set to one of i386, i486, i586, i686 as the minimum target processor. # For amd64/x64 architecture set ARCH=x86-64 . ARCH=i386 -- cgit v1.2.1