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

Unified Diff: build/toolchain.gypi

Issue 1674603002: Add measurement code to escape analysis Base URL: https://chromium.googlesource.com/v8/v8.git@delay_status
Patch Set: Created 4 years, 10 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 | src/compiler/escape-analysis.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index e1cd791490ae0dd2f8accfc7812b3812c2a1b127..16c87be244fc8591bfdc7b9f289c66322ed06cad 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -1304,7 +1304,7 @@
# Don't use -O3 with sanitizers.
['nacl_target_arch=="none" and asan==0 and msan==0 and lsan==0 \
and tsan==0 and ubsan==0 and ubsan_vptr==0', {
- 'cflags': ['-O3'],
+ 'cflags': ['-O3 -fno-omit-frame-pointer'],
'cflags!': ['-O2'],
}, {
'cflags': ['-O2'],
« no previous file with comments | « no previous file | src/compiler/escape-analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698