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

Unified Diff: masters/master.chromium.fyi/master.cfg

Issue 1291123002: CFI Linux CF: Add flags for better stack traces. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 4 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: masters/master.chromium.fyi/master.cfg
diff --git a/masters/master.chromium.fyi/master.cfg b/masters/master.chromium.fyi/master.cfg
index 7034e3ad2d5804987edb97fa1eb8e9255b28ae46..7d1d3ea5d163020eef618d57cc962b7f554a7e7b 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -1792,7 +1792,9 @@ b_chromium_cfi_linux_cf = {
'gs_bucket': 'gs://chromium-browser-cfi',
'gs_acl': 'public-read',
'gclient_env': {
- 'GYP_DEFINES': 'cfi_vptr=1',
+ 'GYP_DEFINES': 'cfi_vptr=1 release_extra_cflags="-O1 '
+ '-fno-inline-function -fno-inline -fno-omit-frame-pointer '
inferno 2015/08/13 20:03:58 1. typo -fno-inline-functions 2. -gline-tables-onl
pcc1 2015/08/13 20:13:44 Done. I was going to revert https://codereview.chr
+ '-gline-tables-only"',
'LLVM_DOWNLOAD_GOLD_PLUGIN': '1',
},
}),
« 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