Explorar o código

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

git-svn-id: trunk@2298 -
florian %!s(int64=19) %!d(string=hai) anos
pai
achega
a76d26bcb1
Modificáronse 1 ficheiros con 4 adicións e 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;