зеркало из https://github.com/mozilla/pjs.git
Turn off unbuffering of stdout for Mac
This commit is contained in:
Родитель
56604c8e81
Коммит
256cb4773b
|
@ -138,8 +138,10 @@ int main(int argc, char* argv[])
|
|||
{
|
||||
nsresult rv;
|
||||
|
||||
#ifndef XP_MAC
|
||||
// Unbuffer debug output (necessary for automated QA performance scripts).
|
||||
setbuf( stdout, 0 );
|
||||
#endif
|
||||
|
||||
nsICmdLineService * cmdLineArgs = nsnull;
|
||||
NS_VERIFY(NS_SUCCEEDED(nsIThread::SetMainThread()), "couldn't set main thread");
|
||||
|
|
Загрузка…
Ссылка в новой задаче