mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 12:19:18 +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)
|
ifeq ($(OS_TARGET),go32v2)
|
||||||
UPXPROG:=1
|
UPXPROG:=1
|
||||||
endif
|
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)
|
ifeq ($(OS_TARGET),win32)
|
||||||
UPXPROG:=1
|
UPXPROG:=
|
||||||
endif
|
endif
|
||||||
ifdef UPXPROG
|
ifdef UPXPROG
|
||||||
UPXPROG:=$(strip $(wildcard $(addsuffix /upx$(SRCEXEEXT),$(SEARCHPATH))))
|
UPXPROG:=$(strip $(wildcard $(addsuffix /upx$(SRCEXEEXT),$(SEARCHPATH))))
|
||||||
|
Loading…
Reference in New Issue
Block a user