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

Unified Diff: gyp/libjpeg-turbo.gyp

Issue 1503423003: ubsan shift fixes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix typo 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 | « no previous file | include/core/SkFixed.h » ('j') | include/core/SkTypes.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | include/core/SkFixed.h » ('j') | include/core/SkTypes.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698