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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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;
}
*/
}