We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a919d commit 9a81ecaCopy full SHA for 9a81eca
1 file changed
build.sh
@@ -71,10 +71,10 @@ export GCC64_DIR=$PWD/gcc64
71
export GCC32_DIR=$PWD/gcc32
72
export PATH="$PWD/clang/bin/:$GCC64_DIR/bin/:$GCC32_DIR/bin/:/usr/bin:$PATH"
73
74
-if [ "$local" = true ]; then
75
- echo -e "\nLocal build, disabling LTO...\n"
76
- patch -p1 < local-build.patch
77
-fi
+#if [ "$local" = true ]; then
+# echo -e "\nLocal build, disabling LTO...\n"
+# patch -p1 < local-build.patch
+#fi
78
79
if [ "$clean" = true ]; then
80
rm -rf out
0 commit comments