From 084f31bc913f95b84acc9ad2a3cc079e912b2259 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 9 Jan 2003 19:24:02 +0000 Subject: [PATCH] Switching from -opt space to -opt time on 68K Macs only loses us about 2K of disc space, and we need all the speed we can get, so do that. git-svn-id: svn://svn.tartarus.org/sgt/putty@2517 cda61777-01e9-0310-a592-d414129be87e --- mkfiles.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfiles.pl b/mkfiles.pl index 554e7a0f..74ffc0b9 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -606,7 +606,7 @@ ROptions = `Echo "{VER}" | StreamEdit -e "1,\$ replace /=(\xc5)\xa81\xb0/ 'S # -w 35 disables "unused parameter" warnings COptions = -i : -i :: -i ::charset -w 35 -w err -proto strict -ansi on \xb6 -notOnce -COptions_68K = {COptions} -model far -opt space +COptions_68K = {COptions} -model far -opt time # Enabling "-opt space" for CFM-68K gives me undefined references to # _$LDIVT and _$LMODT. COptions_CFM68K = {COptions} -model cfmSeg -opt time -- 2.11.0