mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
- removed tf_dwarf_relative_addresses again, it causes differences
compared to the gcc-generated code (and removing it does not cause other differences). Partial revert of r12592. git-svn-id: trunk@12904 -
This commit is contained in:
parent
4e20c12326
commit
bfd753b7c9
@ -37,8 +37,7 @@ unit i_win;
|
||||
flags : [tf_files_case_aware,tf_has_dllscanner,tf_use_function_relative_addresses,tf_smartlink_library
|
||||
,tf_smartlink_sections{,tf_section_threadvars}{,tf_needs_dwarf_cfi},
|
||||
tf_winlikewidestring,tf_no_pic_supported,
|
||||
tf_no_generic_stackcheck,tf_has_winlike_resources,
|
||||
tf_dwarf_relative_addresses];
|
||||
tf_no_generic_stackcheck,tf_has_winlike_resources];
|
||||
cpu : cpu_i386;
|
||||
unit_env : 'WIN32UNITS';
|
||||
extradefines : 'MSWINDOWS;WINDOWS';
|
||||
|
Loading…
Reference in New Issue
Block a user