diff options
Diffstat (limited to 'breakpad/breakpad.gyp')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 6e6f336..9f82ae4 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -314,6 +314,12 @@ 'src/common/string_conversion.h', ], + 'conditions': [ + ['target_arch=="arm"', { + 'cflags': ['-Wa,-mimplicit-it=always'], + }], + ], + 'link_settings': { 'libraries': [ '-ldl', |