mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
IDE: compiler test: invalidate file state cache
git-svn-id: trunk@27467 -
This commit is contained in:
parent
aaa7d1a0c6
commit
b1e12074d3
@ -1012,6 +1012,9 @@ begin
|
||||
FPC_PPUs:=nil;
|
||||
Target_PPUs:=nil;
|
||||
try
|
||||
// do not confuse the user with cached data
|
||||
InvalidateFileStateCache();
|
||||
|
||||
// check for special characters in search paths
|
||||
for cp:=Low(TParsedCompilerOptString) to High(TParsedCompilerOptString) do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user