mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 09:12:24 +00:00
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. [originally from svn r2517]
This commit is contained in:
parent
35cd654c75
commit
cdec9c7870
@ -606,7 +606,7 @@ ROptions = `Echo "{VER}" | StreamEdit -e "1,\$ replace /=(\xc5)\xa81\xb0/ 'S
|
|||||||
# -w 35 disables "unused parameter" warnings
|
# -w 35 disables "unused parameter" warnings
|
||||||
COptions = -i : -i :: -i ::charset -w 35 -w err -proto strict -ansi on \xb6
|
COptions = -i : -i :: -i ::charset -w 35 -w err -proto strict -ansi on \xb6
|
||||||
-notOnce
|
-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
|
# Enabling "-opt space" for CFM-68K gives me undefined references to
|
||||||
# _$LDIVT and _$LMODT.
|
# _$LDIVT and _$LMODT.
|
||||||
COptions_CFM68K = {COptions} -model cfmSeg -opt time
|
COptions_CFM68K = {COptions} -model cfmSeg -opt time
|
||||||
|
Loading…
Reference in New Issue
Block a user