Explorar o código

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

git-svn-id: branches/fixes_2_0@3335 -
peter %!s(int64=19) %!d(string=hai) anos
pai
achega
3006652b93
Modificáronse 1 ficheiros con 4 adicións e 12 borrados
  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