aboutsummaryrefslogtreecommitdiff
path: root/common_audio
diff options
context:
space:
mode:
Diffstat (limited to 'common_audio')
-rw-r--r--common_audio/BUILD.gn18
1 files changed, 0 insertions, 18 deletions
diff --git a/common_audio/BUILD.gn b/common_audio/BUILD.gn
index 0dd5ec38ef..d8d44943b7 100644
--- a/common_audio/BUILD.gn
+++ b/common_audio/BUILD.gn
@@ -285,15 +285,6 @@ if (rtc_build_with_neon) {
cflags = [ "-mfpu=neon" ]
}
- # Disable LTO on NEON targets due to compiler bug.
- # TODO(fdegans): Enable this. See crbug.com/408997.
- if (rtc_use_lto) {
- cflags -= [
- "-flto",
- "-ffat-lto-objects",
- ]
- }
-
deps = [
":common_audio_neon_c",
":fir_filter",
@@ -318,15 +309,6 @@ if (rtc_build_with_neon) {
cflags = [ "-mfpu=neon" ]
}
- # Disable LTO on NEON targets due to compiler bug.
- # TODO(fdegans): Enable this. See crbug.com/408997.
- if (rtc_use_lto) {
- cflags -= [
- "-flto",
- "-ffat-lto-objects",
- ]
- }
-
deps = [
":common_audio_c",
"../rtc_base:checks",