Telegram: enable verbose make

This commit is contained in:
Jérôme Duval
2019-10-06 20:48:58 +02:00
committed by GitHub
parent 0fc9c355ce
commit 610b76f48e

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 make VERBOSE=1
#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