summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 7c73014..4e31c2e 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -231,7 +231,12 @@ conlibsdll = $(libcdll) $(baselibs)
######################################################################
!IF "$(NODEBUG)" == "1"
+!IF "$(MACHINE)" == "ALPHA"
+# MSVC on Alpha doesn't understand -Ot
+cdebug = -O2i -Gs -GD
+!ELSE
cdebug = -Oti -Gs -GD
+!ENDIF
!ELSE
cdebug = -Z7 -Od -WX
!ENDIF