Quellcode durchsuchen

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

git-svn-id: trunk@2298 -
florian vor 19 Jahren
Ursprung
Commit
a76d26bcb1
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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;