From 51e66ec4102c64704553c9b646f11454496593ee Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 27 Apr 2012 22:06:12 +0200 Subject: [PATCH] Windows: turn off /Gm Otherwise multicode compile doesn't work. --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 70606083292..daa64d332aa 100644 --- a/common.gypi +++ b/common.gypi @@ -27,7 +27,7 @@ }], ], 'Optimization': 0, # /Od, no optimization - 'MinimalRebuild': 'true', + 'MinimalRebuild': 'false', 'OmitFramePointers': 'false', 'BasicRuntimeChecks': 3, # /RTC1 },