mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:29:25 +02:00
* NEEDOPT=-Sg changed to NEEDOPT+=-Sg
This commit is contained in:
parent
212431e2fe
commit
e2d9d65a2d
@ -905,10 +905,10 @@ gdb:
|
|||||||
$(MAKE) -C text all GDB=1
|
$(MAKE) -C text all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
|
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT=-Sg
|
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
|
||||||
|
|
||||||
# This is necessary because we don't have all units separate in the
|
# This is necessary because we don't have all units separate in the
|
||||||
# units targets
|
# units targets
|
||||||
|
@ -12,10 +12,10 @@ gdb:
|
|||||||
$(MAKE) -C text all GDB=1
|
$(MAKE) -C text all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
|
$(MAKE) -C text all FULL=1 NEEDOPT+=-Sg
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT=-Sg
|
$(MAKE) -C text all FULL=1 GDB=1 NEEDOPT+=-Sg
|
||||||
|
|
||||||
# This is necessary because we don't have all units separate in the
|
# This is necessary because we don't have all units separate in the
|
||||||
# units targets
|
# units targets
|
||||||
|
Loading…
Reference in New Issue
Block a user