We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0c09e commit c917fc2Copy full SHA for c917fc2
Source/devCFG.pas
@@ -1563,7 +1563,7 @@ procedure TdevCompilerSet.SetOption(const Option: String; Value: Integer);
1563
OptionIndex: integer;
1564
begin
1565
if FindOption(Option, OptionStruct, OptionIndex) then
1566
- SetOption(Option, Value);
+ SetOption(OptionStruct, Value);
1567
end;
1568
1569
procedure TdevCompilerSet.SetOption(Option: PCompilerOption; Value: Integer);
0 commit comments