Removed under-used optimization options

This commit is contained in:
2022-08-19 19:27:23 +01:00
parent 4f0aebc32f
commit 97e72550da
4 changed files with 4 additions and 13 deletions

View File

@@ -20,7 +20,6 @@ typedef struct {
char* outfile; //defaults to out.tb
char* source;
bool verbose;
int optimize;
} Command;
extern Command command;