Mercurial > emacs
diff src/makefile.nt @ 22434:e283153313b6
(LINK_FLAGS): Place debug info in executable in
unoptimized compile. Link to run off of cd or network.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Thu, 11 Jun 1998 04:33:37 +0000 |
| parents | 7139cd22a2f7 |
| children | caf3f908142d |
line wrap: on
line diff
--- a/src/makefile.nt Thu Jun 11 02:38:40 1998 +0000 +++ b/src/makefile.nt Thu Jun 11 04:33:37 1998 +0000 @@ -58,9 +58,9 @@ # see comments in allocate_heap in w32heap.c before changing any of the # -stack, -heap, or -base settings. !if "$(BUILD_TYPE)" == "spd" -LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map +LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd !else -LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map +LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -pdb:none -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -swaprun:net -swaprun:cd !endif #
