mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:39:25 +02:00
Replace -k-bbigtoc by -CTsmalltoc, which is more efficient, thanks to Jonas.
git-svn-id: trunk@34428 -
This commit is contained in:
parent
55804eb382
commit
ca08a3498d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user