diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index dcd528e9a9e..f072402ad49 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -58,9 +58,9 @@ TLASTLIB = $(BLD)\lastfile.lib | |||
| 58 | # see comments in allocate_heap in w32heap.c before changing any of the | 58 | # see comments in allocate_heap in w32heap.c before changing any of the |
| 59 | # -stack, -heap, or -base settings. | 59 | # -stack, -heap, or -base settings. |
| 60 | !if "$(BUILD_TYPE)" == "spd" | 60 | !if "$(BUILD_TYPE)" == "spd" |
| 61 | 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 | 61 | 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 |
| 62 | !else | 62 | !else |
| 63 | 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 | 63 | 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 |
| 64 | !endif | 64 | !endif |
| 65 | 65 | ||
| 66 | # | 66 | # |