commit | 5cd0172b525d0ce8f280208ab2a27a53c7d490c2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Sep 25 03:56:22 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Sep 25 03:56:22 2020 +0000 |
tree | 95b4cedcbe35483ae57d4c763bfef6b9db79ce65 | |
parent | bda85584d1109792da868cb13dae65512c6f2aa9 [diff] | |
parent | 1c33c4a26333258275cc6724a692d4ca7adc60e4 [diff] |
Merge "Work around issues with `aligned_alloc()` and -O2."
diff --git a/libc/malloc_hooks/Android.bp b/libc/malloc_hooks/Android.bp index 77b523e..487f3fb 100644 --- a/libc/malloc_hooks/Android.bp +++ b/libc/malloc_hooks/Android.bp
@@ -70,6 +70,7 @@ cflags: [ "-Wall", "-Werror", + "-O1", // FIXME: http://b/169206016 - issues with aligned_alloc and -O2 ], test_suites: ["general-tests"], }