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

Unified Diff: libsrtp.gyp

Issue 588703002: Revert r292047: Replace compiling flag "-O3" with "-O2" to avoid a compiler bug that caused a crash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libsrtp/
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libsrtp.gyp
===================================================================
--- libsrtp.gyp (revision 292048)
+++ libsrtp.gyp (working copy)
@@ -55,15 +55,6 @@
# test applications and libjingle.
'CPU_CISC',
],
- # TODO(jiayl): There seems to be a bug in the compiler that causes a
- # crash (crbug/414919) using -O3. Remove this change once the compiler
- # is fixed.
- 'cflags!': [
- '-O3',
- ],
- 'cflags': [
- '-O2',
- ],
}],
['target_arch=="mipsel" or target_arch=="mips64el"', {
'defines': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698