commit | 02210970a0c7ac5cf4e3eadfa249a9dbdcb6cf2f | [log] [tgz] |
---|---|---|
author | Victor Khimenko <khim@google.com> | Sun Jul 16 14:48:25 2023 +0000 |
committer | Victor Khimenko <khim@google.com> | Sun Jul 16 14:51:39 2023 +0000 |
tree | dffba389cc22d3d93b7a482cd27ca93a018a2045 | |
parent | 33d732cb05ae44affd9e255566a979e22ef188cb [diff] |
Disable optimizations for make_intrinsics.cc. This saves tens of seconds during compilation time and resulting binary still runs in less than half-second. Since that binary can only be used to build executable and executable have no inputs it makes absolutely no sense to build it with optimizations. Bug: 278812060 Test: m berberis_all Change-Id: I337cc89ff444b3c743afd5b0ce192f11d6e02546
Berberis: dynamic binary translator to run Android apps with riscv64 native code on x86_64 devices or emulators.