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

Unified Diff: build/config/compiler/BUILD.gn

Issue 1831213002: Remove /RTC1 switch to let debug mini_installer build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Returning to original, correct, approved patch. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index a096d56da7ce2da88acd3a02d5c625f8d2915c20..3a8327c7da910eef433534b0fcc97ae2d14c7d48 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -1186,7 +1186,6 @@ config("no_optimize") {
cflags = [
"/Od", # Disable optimization.
"/Ob0", # Disable all inlining (on by default).
- "/RTC1", # Runtime checks for stack frame and uninitialized variables.
]
} else if (is_android && !android_full_debug) {
# On Android we kind of optimize some things that don't affect debugging
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698