mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
IDE: fixed compiler options ShowCond and ShowExecInfo, bug #30589
git-svn-id: trunk@52943 -
This commit is contained in:
parent
c9400c0a0f
commit
690727b106
@ -3437,7 +3437,7 @@ begin
|
||||
fShowTriedFiles := CompOpts.fShowTriedFiles;
|
||||
fShowCompProc := CompOpts.fShowCompProc;
|
||||
fShowCond := CompOpts.fShowCond;
|
||||
fShowCond := CompOpts.fShowExecInfo;
|
||||
fShowExecInfo := CompOpts.fShowExecInfo;
|
||||
fShowSummary := CompOpts.FShowSummary;
|
||||
fShowHintsForUnusedUnitsInMainSrc := CompOpts.fShowHintsForUnusedUnitsInMainSrc;
|
||||
fShowHintsForSenderNotUsed := CompOpts.fShowHintsForSenderNotUsed;
|
||||
|
Loading…
Reference in New Issue
Block a user