mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 06:39:33 +01:00
* fixed smartlinking switch
This commit is contained in:
parent
d562e65994
commit
e581315d3b
@ -526,7 +526,7 @@ endif
|
|||||||
|
|
||||||
# Smartlinking
|
# Smartlinking
|
||||||
ifeq ($(SMARTLINK),YES)
|
ifeq ($(SMARTLINK),YES)
|
||||||
override PPOPT+=-Cx
|
override PPOPT+=-CX
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Add defines from PPOPTDEF to PPOPT
|
# Add defines from PPOPTDEF to PPOPT
|
||||||
@ -1052,7 +1052,10 @@ endif
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.46 1999-08-30 12:07:43 pierre
|
# Revision 1.47 1999-09-27 08:08:15 peter
|
||||||
|
# * fixed smartlinking switch
|
||||||
|
#
|
||||||
|
# Revision 1.46 1999/08/30 12:07:43 pierre
|
||||||
# * use unitdir only if existing and non empty
|
# * use unitdir only if existing and non empty
|
||||||
#
|
#
|
||||||
# Revision 1.45 1999/08/19 06:50:25 michael
|
# Revision 1.45 1999/08/19 06:50:25 michael
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user