Chromium Code Reviews| 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)' ], |
|
mtklein
2015/12/09 16:48:11
Should be we can revert this file. libjpeg-turbo'
caryclark
2015/12/09 19:13:12
Done.
|
| + 'cflags!': [ '-fsanitize=<(skia_sanitizer)' ], |
| 'msvs_settings': { |
| 'VCCLCompilerTool': { |
| 'WarningLevel': '0', |