mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 14:29:33 +02:00
IDE: test compiler options: update fpc settings
git-svn-id: trunk@36462 -
This commit is contained in:
parent
7ce24999ea
commit
f17d10d7ac
@ -882,6 +882,9 @@ begin
|
||||
TargetCPU:=Options.TargetCPU;
|
||||
CfgCache:=CodeToolBoss.FPCDefinesCache.ConfigCaches.Find(CompilerFilename,
|
||||
'',TargetOS,TargetCPU,true);
|
||||
if CfgCache.NeedsUpdate then
|
||||
CfgCache.Update(CodeToolBoss.FPCDefinesCache.TestFilename,
|
||||
CodeToolBoss.FPCDefinesCache.ExtraOptions);
|
||||
|
||||
// check compiler config
|
||||
Result:=CheckCompilerConfig(CfgCache);
|
||||
|
Loading…
Reference in New Issue
Block a user