Explorar el Código

+ -gl option support

pierre hace 25 años
padre
commit
7bb0281201
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      ide/text/fpswitch.pas

+ 5 - 1
ide/text/fpswitch.pas

@@ -855,6 +855,7 @@ begin
    begin
      AddSelectItem('~S~trip all debug symbols from executable','-');
      AddSelectItem('Generate ~d~ebug symbol information','');
+     AddSelectItem('Generate also backtrace ~l~ine information','l');
      { AddSelectItem('Generate ~d~bx symbol information','d');
        does not work anyhow (PM) }
    end;
@@ -961,7 +962,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.19  2000-03-07 22:52:50  pierre
+  Revision 1.20  2000-03-08 16:51:50  pierre
+   + -gl option support
+
+  Revision 1.19  2000/03/07 22:52:50  pierre
    + Assembler tab in Options|Compiler
 
   Revision 1.18  2000/03/07 21:17:29  pierre