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

Commit 434b6213 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 80e64fb6 21499ce9
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -115,6 +115,10 @@ cc_defaults {
    },
    },
    whole_program_vtables: true, // Requires ThinLTO
    whole_program_vtables: true, // Requires ThinLTO
    afdo: true,
    afdo: true,
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,
    },
}
}


cc_library_headers {
cc_library_headers {