diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 21:26:18 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-31 21:26:18 +0000 |
commit | 75cec2ad3f9ffdde6cc31b9b1ccbfb550919f4ad (patch) | |
tree | 2a26d22c1dd6395a8790e01e09ebd67c9edc6462 /chrome/app | |
parent | 12b30c85b6ba489210387fe27d173bfbd4c0dd71 (diff) | |
download | chromium_src-75cec2ad3f9ffdde6cc31b9b1ccbfb550919f4ad.zip chromium_src-75cec2ad3f9ffdde6cc31b9b1ccbfb550919f4ad.tar.gz chromium_src-75cec2ad3f9ffdde6cc31b9b1ccbfb550919f4ad.tar.bz2 |
Fix release build break in chrome_dll_nacl_win64.dll
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_main_win.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/chrome_main_win.cc b/chrome/app/chrome_main_win.cc index 3caff3a..5ff3983 100644 --- a/chrome/app/chrome_main_win.cc +++ b/chrome/app/chrome_main_win.cc @@ -38,6 +38,7 @@ void PureCall() { __debugbreak(); _exit(1); } +#pragma optimize("", on) // Register the invalid param handler and pure call handler to be able to // notify breakpad when it happens. |