aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/common_conditions.gypi
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-07-22 07:20:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-22 07:20:18 -0700
commit933834851f9d48fbd85b728cc92e1f0134bfaa4e (patch)
treefb0a662c1ab3dfd5be8d3f5f350f10857954c607 /gyp/common_conditions.gypi
parentf7caacdbb777433b71bc75644dd12f1347d9bb91 (diff)
Enable the SSSE3 compile time check on all platforms (3rd attempt)
BUG=skia:2746 R=halcanary@google.com, mtklein@google.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/403583002
Diffstat (limited to 'gyp/common_conditions.gypi')
-rw-r--r--gyp/common_conditions.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 55651deaf1..254da0a57a 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -645,6 +645,11 @@
'-fuse-ld=gold',
],
'conditions': [
+ [ 'skia_arch_type == "x86"', {
+ 'cflags': [
+ '-mssse3',
+ ],
+ }],
[ 'skia_android_framework', {
'libraries!': [
'-lstdc++',