]> git.eshelyaron.com Git - emacs.git/commitdiff
(LINK_FLAGS): Place debug info in executable in
authorGeoff Voelker <voelker@cs.washington.edu>
Thu, 11 Jun 1998 04:33:37 +0000 (04:33 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Thu, 11 Jun 1998 04:33:37 +0000 (04:33 +0000)
unoptimized compile.  Link to run off of cd or network.

src/makefile.nt

index dcd528e9a9e852076e35fd8f1aaaea4c06b3e50a..f072402ad49325126406fecde66b4abd6cab13d9 100644 (file)
@@ -58,9 +58,9 @@ TLASTLIB      = $(BLD)\lastfile.lib
 # 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
 
 #