mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 07:39:38 +01:00
* win32 rtl is multi threaded by default now
This commit is contained in:
parent
b22e56bec9
commit
614314c3f5
@ -206,6 +206,7 @@ UNITPREFIX=rtl
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
SYSTEMUNIT=system
|
||||
PRT0=wprt0
|
||||
override FPCOPT+=-dMT
|
||||
else
|
||||
SYSTEMUNIT=syswin32
|
||||
PRT0=wprt0_10
|
||||
|
||||
@ -43,6 +43,7 @@ UNITPREFIX=rtl
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
SYSTEMUNIT=system
|
||||
PRT0=wprt0
|
||||
override FPCOPT+=-dMT
|
||||
else
|
||||
SYSTEMUNIT=syswin32
|
||||
PRT0=wprt0_10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user