mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(LINK_FLAGS): Dump symbol map when linking.
This commit is contained in:
parent
1cd7962f06
commit
b72535bccf
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ TRES = $(BLD)\emacs.rbj
|
|||
!endif
|
||||
TLASTLIB = $(BLD)\lastfile.lib
|
||||
|
||||
LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map
|
||||
LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -map
|
||||
|
||||
#
|
||||
# Split up the objects into two sets so that we don't run out of
|
||||
|
|
|
|||
Loading…
Reference in a new issue