Add a URL parameter to try out compilation with GCC.
This commit is contained in:
Родитель
84020d2974
Коммит
c2ba05fbd6
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче