mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
+ define psabieh to enable dwarf based exception handling
git-svn-id: branches/debug_eh@41288 -
This commit is contained in:
parent
72a02b467c
commit
501b384b17
@ -40,7 +40,11 @@ unit i_linux;
|
||||
{$endif tls_threadvars}
|
||||
tf_needs_symbol_type,tf_files_case_sensitive,
|
||||
tf_needs_dwarf_cfi,tf_has_winlike_resources,
|
||||
tf_safecall_exceptions, tf_safecall_clearstack];
|
||||
tf_safecall_exceptions, tf_safecall_clearstack
|
||||
{$ifdef psabieh}
|
||||
,tf_use_psabieh
|
||||
{$endif psabieh}
|
||||
];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'LINUXUNITS';
|
||||
extradefines : 'UNIX;HASUNIX';
|
||||
|
Loading…
Reference in New Issue
Block a user