Mercurial > emacs
changeset 24361:69b9caa187b0
(ARCH_CFLAGS): Set struct packing to 8.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sat, 20 Feb 1999 20:36:26 +0000 |
parents | 7524313da163 |
children | 2744e722a739 |
files | nt/makefile.def |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.def Sat Feb 20 20:34:14 1999 +0000 +++ b/nt/makefile.def Sat Feb 20 20:36:26 1999 +0000 @@ -188,7 +188,7 @@ !if "$(BUILD_TYPE)" == "spd" ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8 !else -ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -G3d -Zi -Od +ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zi -Zp8 !endif ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS)