Selaa lähdekoodia

+ new assembler flag: af_no_debug

git-svn-id: trunk@6195 -
pierre 18 vuotta sitten
vanhempi
commit
99969eb3c5
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      compiler/systems.pas

+ 2 - 1
compiler/systems.pas

@@ -235,7 +235,8 @@ interface
          af_outputbinary,af_allowdirect,
          af_needar,af_smartlink_sections,
          af_labelprefix_only_inside_procedure,
-         af_supports_dwarf
+         af_supports_dwarf,
+         af_no_debug
        );
 
        pasminfo = ^tasminfo;