summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiayl@chromium.org <jiayl@chromium.org>2014-09-19 20:09:30 +0000
committerjiayl@chromium.org <jiayl@chromium.org>2014-09-19 20:09:30 +0000
commit9829010ceaa0d92103ddd824137528c4717153dc (patch)
tree5bd765a4e063fbd4badf7ae536e627ef0862ee3d
parent8207bf3f9c7487c509e135b958aa77b297e9cfae (diff)
downloadlibsrtp-9829010ceaa0d92103ddd824137528c4717153dc.tar.gz
Revert r292047: Replace compiling flag "-O3" with "-O2" to avoid a compiler bug that caused a crash
TBR=sergeyu@chromium.org BUG=414919 Review URL: https://codereview.chromium.org/588703002 git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/libsrtp@292049 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
-rw-r--r--libsrtp.gyp9
1 files changed, 0 insertions, 9 deletions
diff --git a/libsrtp.gyp b/libsrtp.gyp
index 2fb0bcd..fd6f204 100644
--- a/libsrtp.gyp
+++ b/libsrtp.gyp
@@ -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': [