mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:29:14 +02:00
* Forgot to commit
This commit is contained in:
parent
73322fa6af
commit
f39ed31cbb
@ -146,8 +146,6 @@ end;
|
|||||||
|
|
||||||
procedure add_ide_comandlineoptions();
|
procedure add_ide_comandlineoptions();
|
||||||
begin
|
begin
|
||||||
if SameText(Defaults.SubTarget,'unicodertl') then
|
|
||||||
exit;
|
|
||||||
AddCustomFpmakeCommandlineOption('CompilerTarget','Target CPU for the IDE''s compiler');
|
AddCustomFpmakeCommandlineOption('CompilerTarget','Target CPU for the IDE''s compiler');
|
||||||
AddCustomFpmakeCommandlineOption('NoGDB','If value=1 or ''Y'', no GDB support');
|
AddCustomFpmakeCommandlineOption('NoGDB','If value=1 or ''Y'', no GDB support');
|
||||||
AddCustomFpmakeCommandlineOption('NoGDBMI','If value=1 or ''Y'', explicitly disable GDB/MI option');
|
AddCustomFpmakeCommandlineOption('NoGDBMI','If value=1 or ''Y'', explicitly disable GDB/MI option');
|
||||||
|
Loading…
Reference in New Issue
Block a user