Browse Source

* Add tf_dwarf_only_local_labels for win64 as suggested by Willibald Krenn

git-svn-id: trunk@16151 -
pierre 15 năm trước cách đây
mục cha
commit
ec99b1ba40
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      compiler/systems/i_win.pas

+ 3 - 1
compiler/systems/i_win.pas

@@ -101,7 +101,9 @@ unit i_win;
             name         : 'Win64 for x64';
             shortname    : 'Win64';
             flags        : [tf_files_case_aware,tf_has_dllscanner,
-                            tf_smartlink_sections,tf_smartlink_library,tf_winlikewidestring,tf_no_pic_supported,
+                            tf_smartlink_sections,tf_smartlink_library,
+                            tf_winlikewidestring,tf_no_pic_supported,
+                            tf_dwarf_only_local_labels,
                             tf_no_generic_stackcheck,tf_has_winlike_resources];
             cpu          : cpu_x86_64;
             unit_env     : 'WIN64UNITS';