Browse Source

Replace -k-bbigtoc by -CTsmalltoc, which is more efficient, thanks to Jonas.

git-svn-id: trunk@34428 -
pierre 9 years ago
parent
commit
ca08a3498d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ide/fpmake.pp

+ 2 - 2
ide/fpmake.pp

@@ -80,9 +80,9 @@ begin
       begin
         BuildEngine.log(vlCommand, 'Compiling IDE with GDB/MI debugger support, LibGDB is not needed');
         P.Options.Add('-dGDBMI');
-        { AIX also requires -bbigtoc for gdbmi }
+        { AIX also requires -CTsmalltoc for gdbmi }
         if Defaults.OS=aix then
-          P.Options.Add('-k-bbigtoc');
+          P.Options.Add('-CTsmalltoc');
       end
     else if not (NoGDBOption) then
       begin