Index: build/android.gypi |
diff --git a/build/android.gypi b/build/android.gypi |
index 8400ab113ab3c72cd7a3059577040526dfef5458..61fe8e7e7e09873b06f2c688cfa8ba480cd5f634 100644 |
--- a/build/android.gypi |
+++ b/build/android.gypi |
@@ -76,14 +76,14 @@ |
'configurations': { |
'Release': { |
'cflags!': [ |
- '-O2', |
+ '-O3', |
Jakob Kummerow
2013/06/05 09:25:21
Actually, I think you can delete everything here t
ulan
2013/06/05 09:30:59
Done.
|
'-Os', |
], |
'cflags': [ |
'-fdata-sections', |
'-ffunction-sections', |
'-fomit-frame-pointer', |
- '-O3', |
+ '-O2', |
], |
}, # Release |
}, # configurations |