mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
- reverted r22363 (disabling of multi-threaded compilation), didn't notice
the issue had been fixed in r22353 git-svn-id: trunk@22435 -
This commit is contained in:
parent
5ea03973d3
commit
6402714780
@ -4083,12 +4083,7 @@ begin
|
||||
{$endif}
|
||||
{$ifndef NO_THREADING}
|
||||
else if CheckOption(I,'T','threads') then
|
||||
{ currently broken because the concurrent calls to GlobalDictionary.Substitute
|
||||
are not thread safe, and this leads to crashs
|
||||
Defaults.ThreadsAmount:=StrToIntDef(OptionArg(I),-1)
|
||||
}
|
||||
{ skip number argument }
|
||||
OptionArg(I)
|
||||
{$endif NO_THREADING}
|
||||
else if CheckOption(I,'B','baseinstalldir') then
|
||||
Defaults.BaseInstallDir:=OptionArg(I)
|
||||
|
Loading…
Reference in New Issue
Block a user