Add a URL parameter to try out compilation with GCC.

This commit is contained in:
Jonathan Protzenko 2015-08-19 10:51:07 -07:00
Родитель 84020d2974
Коммит c2ba05fbd6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -817,6 +817,8 @@ module TDev.Cloud {
}
var config = isFota() ? "ws-fota" : "ws";
if (document.location.href.match(/usegcc=1/))
config += "-gcc";
Util.httpPostJsonAsync(getPrivateApiUrl("me/installed/" + guid + "/compile"), {
config: config,
source: cppSource,