Changeset 567


Ignore:
Timestamp:
Aug 10, 2003, 11:08:33 PM (22 years ago)
Author:
bird
Message:

Align on 4k block. Guess this might be better for JFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r566 r567  
    122122ifeq ($(MODE),opt)
    123123DO.LINK.exe += $(if $(findstring .exe,$@), $(NL)cp $@ $(basename $@).dbg $(NL)lxlite /X /AS $@)
    124 DO.LINK.dll += $(NL)cp $@ $(basename $@).dbg $(NL)lxlite /X /AS $@
     124DO.LINK.dll += $(NL)cp $@ $(basename $@).dbg $(NL)lxlite /F+ /AP:4096 /MRN /MLN /MF3 $@
    125125endif
    126126
Note: See TracChangeset for help on using the changeset viewer.