telegram: disable verbose for make

This commit is contained in:
Jérôme Duval
2019-10-06 22:22:46 +02:00
committed by GitHub
parent e7d145326f
commit 966d8068c3

View File

@@ -167,7 +167,7 @@ BUILD()
cd out/Release cd out/Release
# multi-job takes too much memory # multi-job takes too much memory
export DISABLE_ASLR=1 export DISABLE_ASLR=1
make VERBOSE=1 || (cd /sources/tdesktop-1.8.13/Telegram/gyp && strace /sources/tdesktop-1.8.13/out/Release/codegen_style -I ../Resources -I ../SourceFiles -o /sources/tdesktop-1.8.13/out/Release/obj/gen/styles -w /sources/tdesktop-1.8.13/out/Release/.. ../Resources/basic.style; false) make
#build notify gate tool #build notify gate tool
gcc -o tg-notify-gate $sourceDir/Telegram/SourceFiles/platform/haiku/notifications_haiku_gate.cpp -lbe gcc -o tg-notify-gate $sourceDir/Telegram/SourceFiles/platform/haiku/notifications_haiku_gate.cpp -lbe