|
@@ -888,7 +888,7 @@ class RunCi {
|
|
|
runCommand("haxe", ["compile-cppia-host.hxml"]);
|
|
|
runCommand("haxe", ["compile-cppia.hxml"]);
|
|
|
runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
|
|
|
- runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
|
|
|
+ //runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
|
|
|
}
|
|
|
|
|
|
changeDirectory(sysDir);
|