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

Unified Diff: build/android.gypi

Issue 15821014: Merged r15071 into trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 7 years, 6 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android.gypi
diff --git a/build/android.gypi b/build/android.gypi
index 8400ab113ab3c72cd7a3059577040526dfef5458..ca097255bbb5ce4deb018d5d95743af22af67b7c 100644
--- a/build/android.gypi
+++ b/build/android.gypi
@@ -75,15 +75,8 @@
],
'configurations': {
'Release': {
- 'cflags!': [
- '-O2',
- '-Os',
- ],
'cflags': [
- '-fdata-sections',
- '-ffunction-sections',
'-fomit-frame-pointer',
- '-O3',
],
}, # Release
}, # configurations
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698