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

Unified Diff: gyp/opts.gyp

Issue 694533002: Cleanup android to ensure it can compile with clang (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months 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/views/SkOSWindow_Android.h » ('j') | include/views/SkOSWindow_Android.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index 55306e4ee106c442c3d8bb547333730de7f72eec..bfbf6b51099611a720975ad57c7ad5aebac56488 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -72,7 +72,6 @@
],
'cflags': [
'-fomit-frame-pointer',
- '-mno-apcs-frame',
djsollen 2014/10/30 14:58:06 this is the default on gcc and is not supported on
],
'variables': {
'arm_neon_optional%': '<(arm_neon_optional>',
@@ -147,7 +146,6 @@
'-msse2',
'-mfpu=neon',
'-fomit-frame-pointer',
- '-mno-apcs-frame',
]
}],
[ 'skia_arch_type == "arm64"', {
« no previous file with comments | « no previous file | include/views/SkOSWindow_Android.h » ('j') | include/views/SkOSWindow_Android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698