mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +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:
parent
8d1e6bca16
commit
b5133bc164
@ -610,8 +610,8 @@ 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
|
||||
COptions_PPC = {COptions} -opt size
|
||||
COptions_Carbon = {COptions} -opt size -d TARGET_API_MAC_CARBON
|
||||
COptions_PPC = {COptions} -opt size -traceback
|
||||
COptions_Carbon = {COptions} -opt size -traceback -d TARGET_API_MAC_CARBON
|
||||
|
||||
LinkOptions = -c 'pTTY' -fragname PuTTY
|
||||
LinkOptions_68K = {LinkOptions} -br 68k -model far -compact
|
||||
|
Loading…
Reference in New Issue
Block a user