mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 02:45:58 +02:00
* -Sg is needed for IDE with compiler integrated
This commit is contained in:
parent
adb19684e1
commit
cd9b0c38d3
@ -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
|
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) -C text all FULL=1 GDB=1
|
$(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
|
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) -C text all FULL=1 GDB=1
|
$(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
|
||||||
|
@ -969,14 +969,14 @@ gdb:
|
|||||||
$(MAKE) all GDB=1
|
$(MAKE) all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) all FULL=1
|
$(MAKE) all FULL=1 NEEDOPT=-Sg
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) all FULL=1 GDB=1
|
$(MAKE) 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
|
||||||
clean : testfpcmake fpc_cleanall
|
clean : fpc_cleanall
|
||||||
|
|
||||||
#
|
#
|
||||||
# Installation
|
# Installation
|
||||||
|
@ -52,10 +52,10 @@ gdb:
|
|||||||
$(MAKE) all GDB=1
|
$(MAKE) all GDB=1
|
||||||
|
|
||||||
full:
|
full:
|
||||||
$(MAKE) all FULL=1
|
$(MAKE) all FULL=1 NEEDOPT=-Sg
|
||||||
|
|
||||||
fullgdb:
|
fullgdb:
|
||||||
$(MAKE) all FULL=1 GDB=1
|
$(MAKE) 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