Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7475fdc8 authored by Mitch Phillips's avatar Mitch Phillips
Browse files

[cc_fuzz] Revert 'disable LTO' patches.

The toolchain no longer has a problem with sancov + LTO.

Bug: 131771163
Test: make haiku
Change-Id: Iacee4fa2985b3c7abdd1e12982a745ff320f3c92
parent 09fe4d2c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -115,10 +115,6 @@ cc_defaults {
    },
    whole_program_vtables: true, // Requires ThinLTO
    afdo: true,
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,
    },
}

cc_library_headers {