mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:09:27 +02:00
* added tf_dwarf_only_local_labels for Windows (should make DWARF usable
on Windows, although there are still some warnings) git-svn-id: trunk@12909 -
This commit is contained in:
parent
b4953e3a50
commit
c9af7d6476
@ -37,7 +37,8 @@ unit i_win;
|
|||||||
flags : [tf_files_case_aware,tf_has_dllscanner,tf_use_function_relative_addresses,tf_smartlink_library
|
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_smartlink_sections{,tf_section_threadvars}{,tf_needs_dwarf_cfi},
|
||||||
tf_winlikewidestring,tf_no_pic_supported,
|
tf_winlikewidestring,tf_no_pic_supported,
|
||||||
tf_no_generic_stackcheck,tf_has_winlike_resources];
|
tf_no_generic_stackcheck,tf_has_winlike_resources,
|
||||||
|
tf_dwarf_only_local_labels];
|
||||||
cpu : cpu_i386;
|
cpu : cpu_i386;
|
||||||
unit_env : 'WIN32UNITS';
|
unit_env : 'WIN32UNITS';
|
||||||
extradefines : 'MSWINDOWS;WINDOWS';
|
extradefines : 'MSWINDOWS;WINDOWS';
|
||||||
|
Loading…
Reference in New Issue
Block a user