From: Andrew Innes Date: Sat, 20 Feb 1999 20:36:26 +0000 (+0000) Subject: (ARCH_CFLAGS): Set struct packing to 8. X-Git-Tag: emacs-20.4~588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebf8a96debedf3d4bf089809009a8f52918dee21;p=emacs.git (ARCH_CFLAGS): Set struct packing to 8. --- diff --git a/nt/makefile.def b/nt/makefile.def index e9926c540a2..8b949ffe656 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -188,7 +188,7 @@ ADDPM = ..\nt\$(BLD)\addpm.exe !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)