aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/sfntly.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/sfntly.gyp')
-rw-r--r--gyp/sfntly.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/sfntly.gyp b/gyp/sfntly.gyp
index 4e3ca5f47a..07e2d2cb95 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"',
{