Преглед изворни кода

Reenable --disable-gpu on Mac

Avoids corruption issues when GL context sharing between Qt and
WebEngine fails. 5K macs (the previous corruption issue) still work,
thanks to our Qt patches.
Vincent Lang пре 7 година
родитељ
комит
b7ad721bbd
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/main.cpp

+ 0 - 2
src/main.cpp

@@ -85,9 +85,7 @@ void ShowLicenseInfo()
 
 /////////////////////////////////////////////////////////////////////////////////////////
 QStringList g_qtFlags = {
-#ifndef Q_OS_MAC
   "--disable-gpu",
-#endif
   "--disable-web-security"
 };