Changeset 4126

Show
Ignore:
Timestamp:
07/27/06 01:45:29 (2 years ago)
Author:
gotoh
Message:

(TEMACS_EXTRA_LINK): Remove debug option to link
without debug information when configured with --no-debug.
Close #265.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nt/ChangeLog.Meadow

    r4123 r4126  
     12006-07-27  Shun-ichi GOTO  <gotoh@taiyo.co.jp> 
     2 
     3        * nmake.mw32.defs (TEMACS_EXTRA_LINK): Remove debug option to link 
     4        without debug information when configured with --no-debug. 
     5        Close #265. 
     6         
     7 
    182006-07-27  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    29 
  • trunk/nt/nmake.mw32.defs

    r4124 r4126  
    153153# see comments in allocate_heap in w32heap.c before changing any of the 
    154154# -stack, -heap, or -base settings. 
    155 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) 
     155TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK) 
    156156 
    157157!ifdef NOOPT