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. |