aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes1999-02-20 20:36:26 +0000
committerAndrew Innes1999-02-20 20:36:26 +0000
commitebf8a96debedf3d4bf089809009a8f52918dee21 (patch)
tree538f979d217c65e4695390367e1b9a539ad3470d
parentaf51687cb69713ae3d94f021891fe28970349c62 (diff)
downloademacs-ebf8a96debedf3d4bf089809009a8f52918dee21.tar.gz
emacs-ebf8a96debedf3d4bf089809009a8f52918dee21.zip
(ARCH_CFLAGS): Set struct packing to 8.
-rw-r--r--nt/makefile.def2
1 files changed, 1 insertions, 1 deletions
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
188!if "$(BUILD_TYPE)" == "spd" 188!if "$(BUILD_TYPE)" == "spd"
189ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8 189ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Oxsb2 -G6dF -Zi -Zp8
190!else 190!else
191ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -G3d -Zi -Od 191ARCH_CFLAGS = -nologo -D_X86_=1 -c -Zel -W2 -H63 -Od -G3d -Zi -Zp8
192!endif 192!endif
193ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS) 193ARCH_LDFLAGS = -align:0x1000 $(SYS_LDFLAGS)
194 194