mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:19:31 +02:00
codetools: RunFPCVerbose: append always -Fr if available
git-svn-id: trunk@60670 -
This commit is contained in:
parent
637906ce75
commit
5ecb90b18b
@ -8862,6 +8862,9 @@ begin
|
||||
|
||||
if FullVersion<>'' then begin
|
||||
// run fpc/pas2js and parse output
|
||||
|
||||
if (Pos('-Fr',ExtraOptions)<1) and (Pos('-Fr',Caches.ExtraOptions)>0) then
|
||||
ExtraOptions:=Trim(ExtraOptions+' '+Caches.ExtraOptions);
|
||||
RunFPCVerbose(Compiler,TestFilename,CfgFiles,RealCompiler,UnitPaths,
|
||||
IncludePaths,UnitScopes,Defines,Undefines,ExtraOptions);
|
||||
//debugln(['TPCTargetConfigCache.Update UnitPaths="',UnitPaths.Text,'"']);
|
||||
|
Loading…
Reference in New Issue
Block a user