Explorar el Código

* according to errore.msg -gw generates dwarf debugging info, this wasn't the case, fixed

git-svn-id: trunk@2298 -
florian hace 19 años
padre
commit
a76d26bcb1
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      compiler/options.pas

+ 4 - 0
compiler/options.pas

@@ -793,6 +793,10 @@ begin
                          else
                            include(initglobalswitches,cs_gdb_valgrind);
                        end;
+                     'w' :
+                       begin
+                         paratargetdbg:=dbg_dwarf;
+                       end;
                      else
                        IllegalPara(opt);
                    end;