aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-12-02 13:41:52 +0000
committerYi Kong <yikong@google.com>2021-12-02 13:42:45 +0000
commit81f97f27c8a5f86b31ff370169f2cce59721cf3f (patch)
tree8574b7b643f49ac85446c377e202f7455a7044da
parent0c0aab381e467cfdd063f5e1034a33b8fd6728fd (diff)
downloadpdfium-81f97f27c8a5f86b31ff370169f2cce59721cf3f.tar.gz
Revert "Use -O2 temporarily because of compiler crash"
This reverts commit 0c0aab381e467cfdd063f5e1034a33b8fd6728fd. The compiler crash is now fixed. Bug: 199471467 Test: presubmit Change-Id: If3e0c38c1360dc32c02c1d2971114cf70109cf76
-rw-r--r--third_party/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/Android.bp b/third_party/Android.bp
index 64c6f0044..6571fb1bd 100644
--- a/third_party/Android.bp
+++ b/third_party/Android.bp
@@ -57,9 +57,6 @@ cc_library_static {
"base/debug/*.cc",
"base/allocator/partition_allocator/*.cc",
],
-
- // http://b/199471467 Crashes compiler with -O3 when building fuzzer
- cflags: ["-O2"],
}
cc_library_static {