Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Issue 9600054: Supress /RTC1 when compiling /O2. (Closed)

Created:
8 years, 9 months ago by cshapiro
Modified:
8 years, 9 months ago
Reviewers:
Anton Muhin, antonm, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Supress /RTC1 when compiling /O2. Visual Studio's run-time error checks feature is sometimes enabled in debug builds. However, this flag is not compatible with the optimizer and, in a recent change, I enabled /O2 to decrease the build bot run times on Win32 builds. This caused an unintented breakage in Dartium which seems to enable /RTC1 in its debug build configuration. Committed: https://code.google.com/p/dart/source/detail?r=5046

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M tools/gyp/configurations_msvs.gypi View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
cshapiro
8 years, 9 months ago (2012-03-06 19:41:01 UTC) #1
antonm
8 years, 9 months ago (2012-03-06 19:41:31 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698