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

Commit 80e64fb6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[cc_fuzz] Revert 'disable LTO' patches."

parents c25290d4 7475fdc8
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 {