aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar djsollen <djsollen@google.com>2014-10-30 11:39:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-30 11:39:13 -0700
commita3a706fcd4cc9376a1223a53f57589f29d4a36ea (patch)
treeea78c6b8cd07aaddd79837f74818c12b076d0d1b /gyp
parentf037e0bf138a4e842f39e19864d05010a54950c9 (diff)
Cleanup android to ensure it can compile with clang
Diffstat (limited to 'gyp')
-rw-r--r--gyp/opts.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 55306e4ee1..bfbf6b5109 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -72,7 +72,6 @@
],
'cflags': [
'-fomit-frame-pointer',
- '-mno-apcs-frame',
],
'variables': {
'arm_neon_optional%': '<(arm_neon_optional>',
@@ -147,7 +146,6 @@
'-msse2',
'-mfpu=neon',
'-fomit-frame-pointer',
- '-mno-apcs-frame',
]
}],
[ 'skia_arch_type == "arm64"', {