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

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

Issue 1325803003: CFI Linux CF: Enable detailed diagnostics using cfi_diag=1. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 3 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 f56805e3a78217d52ca1555bac211b928c9cd72c..cab3ddd2f1459b33ca7a25e07467e65c4a6781fa 100644
--- a/masters/master.chromium.fyi/master.cfg
+++ b/masters/master.chromium.fyi/master.cfg
@@ -1715,7 +1715,7 @@ b_chromium_cfi_linux_cf = {
'gs_bucket': 'gs://chromium-browser-cfi',
'gs_acl': 'public-read',
'gclient_env': {
- 'GYP_DEFINES': 'cfi_vptr=1 release_extra_cflags="-O1 '
+ 'GYP_DEFINES': 'cfi_vptr=1 cfi_diag=1 release_extra_cflags="-O1 '
'-fno-inline-functions -fno-inline -fno-omit-frame-pointer"',
'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