mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 06:19:32 +02:00
parent
9b7ea86332
commit
3abd84d8d2
File diff suppressed because it is too large
Load Diff
@ -1123,8 +1123,11 @@ ifndef UPXPROG
|
||||
ifeq ($(OS_TARGET),go32v2)
|
||||
UPXPROG:=1
|
||||
endif
|
||||
# today's harddisks are large enough so using upx
|
||||
# makes no sense especially because it causes
|
||||
# some trouble, see e.g. #20772
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
UPXPROG:=1
|
||||
UPXPROG:=
|
||||
endif
|
||||
ifdef UPXPROG
|
||||
UPXPROG:=$(strip $(wildcard $(addsuffix /upx$(SRCEXEEXT),$(SEARCHPATH))))
|
||||
|
Loading…
Reference in New Issue
Block a user