diff options
| author | Jason Rumney | 2006-12-29 16:47:44 +0000 |
|---|---|---|
| committer | Jason Rumney | 2006-12-29 16:47:44 +0000 |
| commit | 53b9fd7735599de59fa818840c8ad2bfd6b9b024 (patch) | |
| tree | 5d090344d320c1a438cc8658d0ebba2db0dfde10 /nt | |
| parent | bc5f466ca5b6571e45d84ea450baf512c1312f20 (diff) | |
| download | emacs-53b9fd7735599de59fa818840c8ad2bfd6b9b024.tar.gz emacs-53b9fd7735599de59fa818840c8ad2bfd6b9b024.zip | |
(TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK.
(DEBUG_LINK): Remove -debugtype:both
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/nmake.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs index 193635d5b1d..96973e53a32 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs | |||
| @@ -139,7 +139,7 @@ SYS_LDFLAGS = -nologo -release -incremental:no -version:3.10 -swaprun:cd -swapru | |||
| 139 | 139 | ||
| 140 | # see comments in allocate_heap in w32heap.c before changing any of the | 140 | # see comments in allocate_heap in w32heap.c before changing any of the |
| 141 | # -stack, -heap, or -base settings. | 141 | # -stack, -heap, or -base settings. |
| 142 | TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK) | 142 | TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK) |
| 143 | 143 | ||
| 144 | !ifdef NOOPT | 144 | !ifdef NOOPT |
| 145 | OBJDIR = obj | 145 | OBJDIR = obj |
| @@ -173,7 +173,7 @@ DEBUG_FLAG = | |||
| 173 | DEBUG_LINK = | 173 | DEBUG_LINK = |
| 174 | !else | 174 | !else |
| 175 | DEBUG_FLAG = -Zi | 175 | DEBUG_FLAG = -Zi |
| 176 | DEBUG_LINK = -debug:full -debugtype:both | 176 | DEBUG_LINK = -debug:full |
| 177 | !endif | 177 | !endif |
| 178 | 178 | ||
| 179 | !if "$(ARCH)" == "i386" | 179 | !if "$(ARCH)" == "i386" |