1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

Ask for traceback tables in PowerPC objects, since that should make

tracking down crashes easier.

[originally from svn r2872]
This commit is contained in:
Ben Harris 2003-02-20 00:40:39 +00:00
parent 8d1e6bca16
commit b5133bc164

View File

@ -610,8 +610,8 @@ 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
COptions_PPC = {COptions} -opt size COptions_PPC = {COptions} -opt size -traceback
COptions_Carbon = {COptions} -opt size -d TARGET_API_MAC_CARBON COptions_Carbon = {COptions} -opt size -traceback -d TARGET_API_MAC_CARBON
LinkOptions = -c 'pTTY' -fragname PuTTY LinkOptions = -c 'pTTY' -fragname PuTTY
LinkOptions_68K = {LinkOptions} -br 68k -model far -compact LinkOptions_68K = {LinkOptions} -br 68k -model far -compact