mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 16:12:57 +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;
|
FPC_PPUs:=nil;
|
||||||
Target_PPUs:=nil;
|
Target_PPUs:=nil;
|
||||||
try
|
try
|
||||||
|
// do not confuse the user with cached data
|
||||||
|
InvalidateFileStateCache();
|
||||||
|
|
||||||
// check for special characters in search paths
|
// check for special characters in search paths
|
||||||
for cp:=Low(TParsedCompilerOptString) to High(TParsedCompilerOptString) do
|
for cp:=Low(TParsedCompilerOptString) to High(TParsedCompilerOptString) do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user