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

Unified Diff: gyp/sfntly.gyp

Issue 1511643002: spin off remaining integer overflow fixes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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 | « bench/MathBench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sfntly.gyp
diff --git a/gyp/sfntly.gyp b/gyp/sfntly.gyp
index 4e3ca5f47a33abefcf3a5d78005dcca87070b845..07e2d2cb95c9e0362f1e9eb753cce1c266e95b13 100644
--- a/gyp/sfntly.gyp
+++ b/gyp/sfntly.gyp
@@ -33,6 +33,9 @@
'dependencies' : [
'icu.gyp:icuuc',
],
+ # Disable any sanitizers we might be using.
+ 'ldflags!': [ '-fsanitize=<(skia_sanitizer)' ],
+ 'cflags!': [ '-fsanitize=<(skia_sanitizer)' ],
'conditions': [
[ 'skia_os == "win"',
{
« no previous file with comments | « bench/MathBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698