diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1995-12-24 00:38:18 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1995-12-24 00:38:18 +0000 |
commit | b72535bccfe5cee9e27e254b193fdbc5eeb88e3e (patch) | |
tree | 28965ae4ae697c1f769838de6ab9b9a0ee228e0e /src/makefile.nt | |
parent | 1cd7962f069cd563d818aebbc31c155fed47bf39 (diff) | |
download | emacs-b72535bccfe5cee9e27e254b193fdbc5eeb88e3e.tar.gz |
(LINK_FLAGS): Dump symbol map when linking.
Diffstat (limited to 'src/makefile.nt')
-rw-r--r-- | src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 775b4c07daa..d452d942a99 100644 --- a/src/makefile.nt +++ b/src/makefile.nt @@ -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 |