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

git-svn-id: trunk@34428 -
This commit is contained in:
pierre 2016-09-04 22:51:17 +00:00
parent 55804eb382
commit ca08a3498d

View File

@ -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