Преглед на файлове

* ignore -gd and -gg, the code itself is broken

git-svn-id: branches/fixes_2_0@3335 -
peter преди 19 години
родител
ревизия
3006652b93
променени са 1 файла, в които са добавени 4 реда и са изтрити 12 реда
  1. 4 12
      compiler/options.pas

+ 4 - 12
compiler/options.pas

@@ -771,19 +771,11 @@ begin
                while j<=length(more) do
                  begin
                    case more[j] of
-                     'd' :
+                     'd',
+                     'g' :
                        begin
-                         if UnsetBool(More, j) then
-                           exclude(initglobalswitches,cs_gdb_dbx)
-                         else
-                           include(initglobalswitches,cs_gdb_dbx);
-                       end;
-                    'g' :
-                       begin
-                         if UnsetBool(More, j) then
-                           exclude(initglobalswitches,cs_gdb_gsym)
-                         else
-                           include(initglobalswitches,cs_gdb_gsym);
+                         { ignore for compatibility,
+                           the code for dbx and gsym is broken }
                        end;
                      'h' :
                        begin