瀏覽代碼

* Forgot to commit

Michaël Van Canneyt 2 年之前
父節點
當前提交
f39ed31cbb
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/ide/fpmake.pp

+ 0 - 2
packages/ide/fpmake.pp

@@ -146,8 +146,6 @@ end;
 
 procedure add_ide_comandlineoptions();
 begin
-  if SameText(Defaults.SubTarget,'unicodertl') then
-    exit;
   AddCustomFpmakeCommandlineOption('CompilerTarget','Target CPU for the IDE''s compiler');
   AddCustomFpmakeCommandlineOption('NoGDB','If value=1 or ''Y'', no GDB support');
   AddCustomFpmakeCommandlineOption('NoGDBMI','If value=1 or ''Y'', explicitly disable GDB/MI option');