mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-09-22 02:03:38 +08:00
Disabled st_optimizer until I get it fixed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user