Skip to content

Commit 9a81eca

Browse files
committed
scripts: Comment out local-build.patchfile
Rendered obsolete by a4e0066 ("sweet_defconfig: Disable LTO") Signed-off-by: Yahya Wessam <yahyawessam2002@gmail.com>
1 parent 14a919d commit 9a81eca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ export GCC64_DIR=$PWD/gcc64
7171
export GCC32_DIR=$PWD/gcc32
7272
export PATH="$PWD/clang/bin/:$GCC64_DIR/bin/:$GCC32_DIR/bin/:/usr/bin:$PATH"
7373

74-
if [ "$local" = true ]; then
75-
echo -e "\nLocal build, disabling LTO...\n"
76-
patch -p1 < local-build.patch
77-
fi
74+
#if [ "$local" = true ]; then
75+
# echo -e "\nLocal build, disabling LTO...\n"
76+
# patch -p1 < local-build.patch
77+
#fi
7878

7979
if [ "$clean" = true ]; then
8080
rm -rf out

0 commit comments

Comments
 (0)