Index: gyp/libjpeg-turbo.gyp |
diff --git a/gyp/libjpeg-turbo.gyp b/gyp/libjpeg-turbo.gyp |
index 407fccaff018ca1d478c4b08b9d79f93fa5a1ec0..c5089b0f6e84e8ac5ede420571749fe8ab77c4f4 100644 |
--- a/gyp/libjpeg-turbo.gyp |
+++ b/gyp/libjpeg-turbo.gyp |
@@ -42,6 +42,8 @@ |
'cflags': [ |
'-w', # supresses warnings |
], |
+ 'ldflags!': [ '-fsanitize=<(skia_sanitizer)' ], |
+ 'cflags!': [ '-fsanitize=<(skia_sanitizer)' ], |
'msvs_settings': { |
'VCCLCompilerTool': { |
'WarningLevel': '0', |