From aee9b94b46cc9b032464b8a434af87d3c12e4ad2 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Wed, 3 Dec 2014 21:29:00 +0000 Subject: [PATCH] Reduce MSVC optmisation level --- makefile.vc | 2 +- whatsnew.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile.vc b/makefile.vc index e5161c638..3c64c4b99 100644 --- a/makefile.vc +++ b/makefile.vc @@ -236,7 +236,7 @@ else endif else - CFLAGS = /nologo /w /O2 /Ox /Oi /Ot /Oy /Ob2 /GF /Gs /Gy /GL /Zc:forScope /MT /EHsc + CFLAGS = /nologo /w /Oi /Ot /Oy /Ob2 /GF /Gs /Gy /GL /Zc:forScope /MT /EHsc LDFLAGS += /LTCG:STATUS endif diff --git a/whatsnew.html b/whatsnew.html index 1503f9b0b..e992ef578 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -112,6 +112,7 @@