Parcourir la source

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

git-svn-id: trunk@2298 -
florian il y a 19 ans
Parent
commit
a76d26bcb1
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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;