mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 06:49:27 +02:00
* fix the windows unit import problem by forcing smart linking for win32
This commit is contained in:
parent
b6f46c2598
commit
b5ac159ce9
File diff suppressed because it is too large
Load Diff
@ -100,6 +100,8 @@ ifeq ($(OS_TARGET),win32)
|
||||
ifdef CMP
|
||||
override DIFF:=$(CMP) -i138
|
||||
endif
|
||||
# force try to smartlink for windows unit
|
||||
override COMPILER+=-XX
|
||||
endif
|
||||
|
||||
# Used to avoid unnecessary steps in remake3
|
||||
|
Loading…
Reference in New Issue
Block a user