* -Sg is needed for IDE with compiler integrated

This commit is contained in:
pierre 1999-11-10 23:54:17 +00:00
parent adb19684e1
commit cd9b0c38d3
4 changed files with 9 additions and 9 deletions

View File

@ -905,10 +905,10 @@ gdb:
$(MAKE) -C text all GDB=1
full:
$(MAKE) -C text all FULL=1
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
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
# units targets

View File

@ -12,10 +12,10 @@ gdb:
$(MAKE) -C text all GDB=1
full:
$(MAKE) -C text all FULL=1
$(MAKE) -C text all FULL=1 NEEDOPT=-Sg
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
# units targets

View File

@ -969,14 +969,14 @@ gdb:
$(MAKE) all GDB=1
full:
$(MAKE) all FULL=1
$(MAKE) all FULL=1 NEEDOPT=-Sg
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
# units targets
clean : testfpcmake fpc_cleanall
clean : fpc_cleanall
#
# Installation

View File

@ -52,10 +52,10 @@ gdb:
$(MAKE) all GDB=1
full:
$(MAKE) all FULL=1
$(MAKE) all FULL=1 NEEDOPT=-Sg
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
# units targets