mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* allow redirection if using GDB_V418
This commit is contained in:
parent
d8ba95410b
commit
b9ba51fa17
@ -54,6 +54,9 @@
|
||||
{$ifndef debug}
|
||||
{$define redircompiler}
|
||||
{$endif}
|
||||
{$ifdef GDB_V418}
|
||||
{$define redircompiler}
|
||||
{$endif GDB_V418}
|
||||
{$endif}
|
||||
|
||||
{$ifdef GABOR}
|
||||
|
Loading…
Reference in New Issue
Block a user