aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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