diff options
| author | Geoff Voelker | 1995-12-24 00:38:18 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-12-24 00:38:18 +0000 |
| commit | b72535bccfe5cee9e27e254b193fdbc5eeb88e3e (patch) | |
| tree | 28965ae4ae697c1f769838de6ab9b9a0ee228e0e | |
| parent | 1cd7962f069cd563d818aebbc31c155fed47bf39 (diff) | |
| download | emacs-b72535bccfe5cee9e27e254b193fdbc5eeb88e3e.tar.gz emacs-b72535bccfe5cee9e27e254b193fdbc5eeb88e3e.zip | |
(LINK_FLAGS): Dump symbol map when linking.
| -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 | |||
| 54 | !endif | 54 | !endif |
| 55 | TLASTLIB = $(BLD)\lastfile.lib | 55 | TLASTLIB = $(BLD)\lastfile.lib |
| 56 | 56 | ||
| 57 | LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map | 57 | LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -map |
| 58 | 58 | ||
| 59 | # | 59 | # |
| 60 | # Split up the objects into two sets so that we don't run out of | 60 | # Split up the objects into two sets so that we don't run out of |