From ebf8a96debedf3d4bf089809009a8f52918dee21 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Sat, 20 Feb 1999 20:36:26 +0000 Subject: [PATCH] (ARCH_CFLAGS): Set struct packing to 8. --- nt/makefile.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2