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

Unified Diff: build/common.gypi

Issue 2154993002: Revert of Launch CFI for virtual calls on Linux x86-64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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') | no next file with comments »
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 1ad2a2af897ab398ba8f47b912be5d4867c0bdc2..0935433a94a3e04352e933e4a2b98c9b7e5fd7e4 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', {
- 'cfi_vptr%': 1,
+ 'use_lto%': 1,
}],
# Enable hotwording on Chrome-branded ChromeOS builds.
« no previous file with comments | « no previous file | build/config/sanitizers/sanitizers.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698