Skip to content

Commit

Permalink
Switch to Thin LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakroy2002 authored Sep 26, 2024
1 parent 0287a56 commit 9b51186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ln -s common/build.config.gki.aarch64 build.config
cd common
sed -i "s|Image.lz4|Image.gz|g" build.config.gki.aarch64
sed -i "s|CONFIG_LTO_CLANG_FULL=y|CONFIG_LTO_CLANG_FULL=n|g" arch/arm64/configs/gki_defconfig
sed -i "s|CONFIG_LTO_CLANG_FULL=y|CONFIG_LTO_CLANG_THIN=y|g" arch/arm64/configs/gki_defconfig
wget https://gist.githubusercontent.com/sarthakroy2002/4e1c6bc5b5745168f1d47f4eb1bb25d6/raw/1a70b2aa9c401262de2dad03f8231b3f03d5325d/uncommitted.patch
patch -p1 < uncommitted.patch
cd ..
Expand Down

0 comments on commit 9b51186

Please sign in to comment.