Skip to content

Commit 11c2aa3

Browse files
committed
scripts: build.sh: comment out nolto pacthfile
Unwanted as of 970bfa4 ("sweet_defconfig: Enable Clang ThinLTO"). My lappy can handle ThinLTO just fine.. Signed-off-by: Yahya Wessam <yahyawessam2002@gmail.com>
1 parent 3596766 commit 11c2aa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ fi
5151
export PATH="$PWD/clang/bin/:$PATH"
5252
export KBUILD_COMPILER_STRING="$($PWD/clang/bin/clang --version | head -n 1 | perl -pe 's/\(http.*?\)//gs' | sed -e 's/ */ /g' -e 's/[[:space:]]*$//')"
5353

54-
if [ "$local" = true ]; then
55-
echo -e "\nLocal build, disabling LTO...\n"
56-
patch -p1 < local-build.patch
57-
fi
54+
#if [ "$local" = true ]; then
55+
# echo -e "\nLocal build, disabling LTO...\n"
56+
# patch -p1 < local-build.patch
57+
#fi
5858

5959
if [ "$clean" = true ]; then
6060
rm -rf out

0 commit comments

Comments
 (0)