]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Switching from -opt space to -opt time on 68K Macs only loses us about 2K
authorBen Harris <bjh21@bjh21.me.uk>
Thu, 9 Jan 2003 19:24:02 +0000 (19:24 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Thu, 9 Jan 2003 19:24:02 +0000 (19:24 +0000)
of disc space, and we need all the speed we can get, so do that.

[originally from svn r2517]

mkfiles.pl

index 554e7a0fbeb62fe3bc629e5f8e42f8573b1b0b78..74ffc0b9f74a6900a2eafd7fded7f066c1d3205f 100755 (executable)
@@ -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