summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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': [