mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
update polly build script
This commit is contained in:
parent
3e287548a1
commit
17b5f3e155
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ buildPollyPGO () {
|
||||||
printf "\n"
|
printf "\n"
|
||||||
sleep 1 &&
|
sleep 1 &&
|
||||||
|
|
||||||
python3 tools/clang/scripts/build.py --without-android --without-fuchsia --disable-asserts --gcc-toolchain=/usr --bootstrap --thinlto --pgo $@ &&
|
python3 tools/clang/scripts/build.py --without-android --without-fuchsia --disable-asserts --bootstrap --thinlto --pgo $@ &&
|
||||||
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "${GRE}Done! You can now run ./build.sh\n" &&
|
printf "${GRE}Done! You can now run ./build.sh\n" &&
|
||||||
|
@ -88,7 +88,7 @@ printf "${GRE}Building LLVM and Polly...${c0}\n" &&
|
||||||
printf "\n"
|
printf "\n"
|
||||||
sleep 1 &&
|
sleep 1 &&
|
||||||
|
|
||||||
python3 tools/clang/scripts/build.py --without-android --without-fuchsia --disable-asserts --gcc-toolchain=/usr --bootstrap --thinlto $@ &&
|
python3 tools/clang/scripts/build.py --without-android --without-fuchsia --disable-asserts --bootstrap --thinlto $@ &&
|
||||||
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf "${GRE}Done! You can now run ./build.sh\n" &&
|
printf "${GRE}Done! You can now run ./build.sh\n" &&
|
||||||
|
|
Loading…
Reference in a new issue