Disabled st_optimizer until I get it fixed

This commit is contained in:
Thiago Alves
2019-06-27 08:15:45 -05:00
committed by GitHub
parent eaf5112286
commit 474b60b961
+2
View File
@@ -200,6 +200,7 @@ int main(int argc, char *argv[])
}
//Finally, this opens/create the file to write the optimized program
/*
ofstream outfile(argv[2], ios::trunc);
if (outfile.is_open())
{
@@ -211,4 +212,5 @@ int main(int argc, char *argv[])
printf("Couldn't write to output file \"%s\"\r\n", argv[2]);
return -1;
}
*/
}