mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 04:09:20 +02:00
* compile fixed
git-svn-id: trunk@8944 -
This commit is contained in:
parent
6ea1339f0a
commit
94aa14018d
@ -121,7 +121,7 @@ begin
|
||||
if Options.CurrentCompilerConfig='default' then
|
||||
begin
|
||||
Log(vDebug,SLogGeneratingCompilerConfig,[S]);
|
||||
Options.InitCompilerDefaults('');
|
||||
Options.InitCompilerDefaults;
|
||||
Options.SaveCompilerToFile(S);
|
||||
end
|
||||
else
|
||||
|
@ -77,9 +77,11 @@ type
|
||||
|
||||
function TCommandAddConfig.Execute(const Args:TActionArgs):boolean;
|
||||
begin
|
||||
{
|
||||
Log(vInfo,SLogGeneratingCompilerConfig,[S]);
|
||||
Options.InitCompilerDefaults(Args[2]);
|
||||
Options.SaveCompilerToFile(S);
|
||||
}
|
||||
Result:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user