]> git.eshelyaron.com Git - emacs.git/commitdiff
(ARCH_CFLAGS): Set struct packing to 8.
authorAndrew Innes <andrewi@gnu.org>
Sat, 20 Feb 1999 20:36:26 +0000 (20:36 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sat, 20 Feb 1999 20:36:26 +0000 (20:36 +0000)
nt/makefile.def

index e9926c540a20e74e29084f2e14c02d880e4dbc97..8b949ffe65648b9a4129c9fae2560c8afeba1c47 100644 (file)
@@ -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)