diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 714f959..4caa5dc 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -581,6 +581,11 @@ '__ARM_HAVE_NEON', '__ARM_ARCH__=7', ], + 'cflags!': [ + # These files contain ARM assembly, and building with thumb breaks + # the assembler. + '-mthumb', + ], 'sources!': [ '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', |