git-svn-id: trunk@45394 -
@@ -3630,7 +3630,7 @@ begin
DoLog(mtWarning,nMisplacedGlobalCompilerSwitch,SMisplacedGlobalCompilerSwitch,[]);
exit;
end;
- P:=UpperCase(Param);
+ P:=Trim(UpperCase(Param));
Case P of
'FPC','DEFAULT':
SetMode(msFpc,FPCModeSwitches,false,bsFPCMode);