Browse Source

* forgot to commit (part of r14342)

git-svn-id: trunk@14343 -
Jonas Maebe 15 years ago
parent
commit
7547bbb59c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/systems.pas

+ 2 - 1
compiler/systems.pas

@@ -261,7 +261,8 @@ interface
          af_needar,af_smartlink_sections,
          af_needar,af_smartlink_sections,
          af_labelprefix_only_inside_procedure,
          af_labelprefix_only_inside_procedure,
          af_supports_dwarf,
          af_supports_dwarf,
-         af_no_debug
+         af_no_debug,
+         af_stabs_use_function_absolute_addresses
        );
        );
 
 
        pasminfo = ^tasminfo;
        pasminfo = ^tasminfo;