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

Commit 2598f207 authored by Yi Kong's avatar Yi Kong
Browse files

surfaceflinger: Enable PGO

This CL is no-op without the actual profile checked in.

Bug: 175205560
Bug: 180728514
Test: build
Change-Id: Ic62de6b423b0c7f96ad6475378bcc74440e93dbf
parent d4003679
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,6 +112,10 @@ cc_defaults {
        thin: true,
    },
    whole_program_vtables: true, // Requires ThinLTO
    pgo: {
        sampling: true,
        profile_file: "surfaceflinger/surfaceflinger.profdata",
    },
    // TODO(b/131771163): Fix broken fuzzer support with LTO.
    sanitize: {
        fuzzer: false,