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

Commit 6b646391 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Disable ThinLTO for ccache

ccache builds getting broken
need to disable cfi for thinlto
parent 5ae4433e
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ build() {
    apks="ChromePublic"
    build_args="$(cat "${root_dir}"/cromite/build/bromite.gn_args) target_cpu=\"${1}\" "
    add_args=(
        "is_cfi=false"
        "use_thin_lto=false"
        "generate_linker_map=true"
        "use_relative_vtables_abi=false"
        "cc_wrapper=\"ccache\""