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

Unified Diff: build/common.gypi

Issue 2259293002: Enable CFI for virtual calls on Linux x86-64 official builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | build/config/sanitizers/sanitizers.gni » ('j') | build/config/sanitizers/sanitizers.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index cde40e911c18458c621d832a3d61461fc766e906..6e5206bccaf962c8cb8ce0ed70c9429aa256b47b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -848,7 +848,7 @@
# This requires LLVM Gold plugin to be downloaded.
# See src/tools/clang/scripts/update.py
['OS=="linux" and target_arch=="x64" and buildtype=="Official" and branding=="Chrome" and chromeos==0', {
- 'use_lto%': 1,
+ 'cfi_vptr%': 1,
Dirk Pranke 2016/08/19 20:22:09 you don't really need to change GYP at this point.
krasin 2016/08/19 20:30:45 That's useful to know. Reverted. I am very glad t
}],
# Enable hotwording on Chrome-branded ChromeOS builds.
« no previous file with comments | « no previous file | build/config/sanitizers/sanitizers.gni » ('j') | build/config/sanitizers/sanitizers.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698